hass-core/homeassistant/components/mysensors
Daniel Trnka 09729e8c46
Add Mysensors battery sensor (#100749)
* Move child related stuff to MySensorsChildEntity

* Dispatch signal for newly discovered MySensors node

* Create battery entity for each MySensors node

* Removed ATTR_BATTERY_LEVEL attribute from each node sensor

Attribute is redundant with newly introduced battery sensor entity

* Apply suggestions from code review

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-09-24 22:50:13 +02:00
..
__init__.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
binary_sensor.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
climate.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
config_flow.py
const.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
cover.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
device.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
device_tracker.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
gateway.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
handler.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
helpers.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
light.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
manifest.json Sort manifests 6 (#87027) 2023-02-08 20:38:43 +01:00
remote.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
sensor.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
strings.json Add deduplicate translations script (#96384) 2023-07-13 11:52:50 -04:00
switch.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00
text.py Add Mysensors battery sensor (#100749) 2023-09-24 22:50:13 +02:00