1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-06 06:59:15 +00:00

15 Commits

Author SHA1 Message Date
G Johansson
6ee6a8a74f
Fix calculation of attributes in group sensor ()
* Fix calculation of attributes in group sensor

* Fixes

* Fixes

* Make module level function
2024-10-23 20:51:18 +02:00
G Johansson
fc915dc1bf
Calculate attributes when entity information available in Group sensor () 2024-06-11 09:26:44 +02:00
Bertrand Roussel
11f5b48724
Add standard deviation calculation to group ()
* Add standard deviation calculation to group

* Add missing bits

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-05-10 10:16:09 +02:00
Sid
3799d20d43
Enable Ruff B905 () 2024-04-14 00:14:26 -05:00
Steve HOLWEG
4a128f1225
Return group unit of measurement when device_class is None ()
* Groups: Return units when device_class is None

* Fixes

* Mods

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-02-25 22:44:05 -05:00
G Johansson
baa511b808
Fix group sensor uom's in not convertable device classes () 2024-02-04 14:56:23 +01:00
Tucker Kern
340df38bd0
Suppress log warnings when a sensor group has non numeric members () 2024-01-31 20:02:21 +01:00
G Johansson
f9a4840ce2
Group sensor calculate attributes ()
* 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
Jan-Philipp Benecke
04a497343d
Update f-g* tests to use entity & device registry fixtures () 2023-11-12 13:07:38 +01:00
G Johansson
706e8d5612
Add product calculation to Group sensor ()
* Group product

* config flow
2023-03-28 09:35:09 +02:00
Franck Nijhof
ed79265843
Enable Ruff PT006 ()
* Enable Ruff PT006

* Adjust existing cases

* Fix tests

* Remove unneeded parentheses
2023-02-15 14:09:50 +01:00
G Johansson
7aa79415c1
Fix unbound variable in Group sensor ()
* group bound last

* Add test
2023-02-11 16:27:22 +01:00
Franck Nijhof
1b4f4edce2
Don't override icon in sensor group when device class is set () 2023-02-03 16:38:05 +01:00
Franck Nijhof
e4a78420b8
Enable Ruff PT013 ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-01-27 09:09:46 +01:00
G Johansson
b3c5c6ae9c
Add sensor to group () 2023-01-24 20:12:27 +01:00