core/homeassistant/components/group
G Johansson f9a4840ce2
Group sensor calculate attributes (#106972)
* Group sensor calculate attributes

* Use entity helpers

* Fix sensor tests

* Test change of uom

* Add tests and fix UoM issue

* Fix test

* Fix state class

* repair and logs

* delete issues

* pass through hass

* Update descriotion text to be more descriptive

* Comments

* Add pr to comment

* fix if in updating

* Fix test valid units

* Fix strings

* Fix issues
2024-01-23 08:16:51 +01:00
..
__init__.py
binary_sensor.py Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
config_flow.py Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
const.py
cover.py Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
event.py Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
fan.py Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
light.py Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
lock.py Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
manifest.json
media_player.py Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
notify.py
reproduce_state.py
sensor.py Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
services.yaml
strings.json Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
switch.py Group sensor calculate attributes (#106972) 2024-01-23 08:16:51 +01:00
util.py