core/homeassistant/components/romy
Manuel Dipolt 2beab34de8
Add sensor platform to romy integration (#112388)
* poc romy status sensor working

* poc romy adc sensor working

* code review changes

* code review changes base enitity.py see branch romy_binary_sensor

* code review change: move CoordinatorEntity to the base class

* code review changes: sensors disabled per default

* code review: icons.json added

* checkout main entity.py

* code review changes: sensors enabled per default again

* disable rssi sensor per default

* Update homeassistant/components/romy/strings.json

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* code review changes

* code review changes

* code review changes

* pylint fix

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-04-24 17:06:46 +02:00
..
__init__.py
binary_sensor.py Add sensor platform to romy integration (#112388) 2024-04-24 17:06:46 +02:00
config_flow.py Make config flow imports consistent (#114962) 2024-04-05 21:38:11 +02:00
const.py Add sensor platform to romy integration (#112388) 2024-04-24 17:06:46 +02:00
coordinator.py
entity.py
icons.json Add sensor platform to romy integration (#112388) 2024-04-24 17:06:46 +02:00
manifest.json
sensor.py Add sensor platform to romy integration (#112388) 2024-04-24 17:06:46 +02:00
strings.json Add sensor platform to romy integration (#112388) 2024-04-24 17:06:46 +02:00
vacuum.py