-
- Downloads
Add binary sensor platform to JVC Projector (#108668)
* JVC Projector Binary Sensor * Fixed PR as per request, removed Name, removed Read_Only. * Fixed as per Joostlek suggestions * Update homeassistant/components/jvc_projector/coordinator.py Co-authored-by:Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/jvc_projector/binary_sensor.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Added changes as per requests * fixed docstring * Update homeassistant/components/jvc_projector/strings.json Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/jvc_projector/binary_sensor.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Added icon property to binary sensor. Removed icons.json file as not used anymore * Fixed tests * Added icons file * Update homeassistant/components/jvc_projector/icons.json Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update test_binary_sensor.py --------- Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com>
Showing
- CODEOWNERS 2 additions, 2 deletionsCODEOWNERS
- homeassistant/components/jvc_projector/__init__.py 1 addition, 1 deletionhomeassistant/components/jvc_projector/__init__.py
- homeassistant/components/jvc_projector/binary_sensor.py 44 additions, 0 deletionshomeassistant/components/jvc_projector/binary_sensor.py
- homeassistant/components/jvc_projector/icons.json 12 additions, 0 deletionshomeassistant/components/jvc_projector/icons.json
- homeassistant/components/jvc_projector/manifest.json 1 addition, 1 deletionhomeassistant/components/jvc_projector/manifest.json
- homeassistant/components/jvc_projector/strings.json 7 additions, 0 deletionshomeassistant/components/jvc_projector/strings.json
- tests/components/jvc_projector/test_binary_sensor.py 22 additions, 0 deletionstests/components/jvc_projector/test_binary_sensor.py
Loading
Please register or sign in to comment