From 728abd58fd321bacf07e0935b04f4a8e1c59f510 Mon Sep 17 00:00:00 2001 From: ilan <31193909+iloveicedgreentea@users.noreply.github.com> Date: Sat, 17 Feb 2024 18:57:00 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b85504..7f90b2e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # JVC Projector Python Library -This implements new features, improvements, and optimizations inspired by https://github.com/bezmi/jvc_projector. This was made with NZ models in mind. Almost every function will work with NX models but I do not guarantee operability for them. +This implements JVC IP Control in Python specifically for Home Assistant. Otherwise, I would have written this in Go. Almost every function will work with all JVC models but I do not guarantee operability for models that are not NX or NZ. This is designed to work with my Home Assistant plugin: https://github.com/iloveicedgreentea/jvc_homeassistant ## Installation ``` -# Assuming you have a venv with >=python3.10 -pip install jvc-projector-remote-improved2 +# Assuming you have a venv with >=python3.11 +pip install pyjvc ``` ## Quick Start