Added JVC Projector Sensor (#31077)

* Added documentation for JVC Projector Binary Sensor

* Update jvc_projector.markdown

* Update jvc_projector.markdown

* Tiny tweak

* Added JVC Project Sensor

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Massimo Savazzi 2024-03-27 12:20:21 +01:00 committed by GitHub
parent 504dc053cd
commit 92d9925561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ ha_domain: jvc_projector
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- remote - remote
- sensor
ha_integration_type: device ha_integration_type: device
--- ---
@ -61,5 +62,25 @@ The JVC Projector remote platform will create a [Remote](/integrations/remote/)
### Binary sensor ### Binary sensor
The status reported is: The following sensor types are supported:
- **Power on** is **True** when the projector is either in status **on** or **warming**.
- Power on is True when projector is in status "on", "warming"
### Sensor
Introduces two sensors to detect Power Status and HDMI Input.
Detailed Power Status values:
- `standby`
- `on`
- `warming`
- `cooling`
- `error`
Please note that if the projector is off, it will not respond to remote polling and will show as *unavailable*.
Detailed HDMI Input values:
- `hdmi1`
- `hdmi2`