hass-core/homeassistant/components/group
G Johansson 7aa79415c1
Fix unbound variable in Group sensor (#87878)
* group bound last

* Add test
2023-02-11 16:27:22 +01:00
..
__init__.py Add sensor to group (#83186) 2023-01-24 20:12:27 +01:00
binary_sensor.py Collection of DeviceClass related typing fixes (#82931) 2022-11-29 14:31:25 -05:00
config_flow.py Add sensor to group (#83186) 2023-01-24 20:12:27 +01:00
const.py Add sensor to group (#83186) 2023-01-24 20:12:27 +01:00
cover.py Enforce CoverEntityFeature (#82457) 2022-11-22 07:09:19 +01:00
fan.py Enforce FanEntityFeature (#82458) 2022-11-22 07:13:54 +01:00
light.py Enforce LightEntityFeature (#82460) 2022-11-22 07:14:47 +01:00
lock.py Add validation for lock component (#85842) 2023-01-23 13:08:00 +01:00
manifest.json Sort manifests 4 (#87025) 2023-02-08 20:27:05 +01:00
media_player.py Enforce MediaPlayerState in group (#78465) 2022-11-30 10:13:14 +01:00
notify.py Improve type hints in group (#78350) 2022-09-14 11:36:28 +02:00
recorder.py Avoid recording static attributes for group entities (#71256) 2022-05-03 13:22:49 -05:00
reproduce_state.py
sensor.py Fix unbound variable in Group sensor (#87878) 2023-02-11 16:27:22 +01:00
services.yaml Add remove entity in group.set service (#79401) 2023-01-23 15:00:40 +01:00
strings.json Fix incorrect description in sensor group config flow (#87298) 2023-02-03 15:59:34 +01:00
switch.py Align code between group platforms (#74057) 2022-06-28 08:50:31 +02:00
util.py