hass-core/homeassistant/components/group
2024-08-28 13:47:41 +02:00
..
__init__.py Fix late group platform registration (#119789) 2024-06-18 20:01:16 +02:00
binary_sensor.py Force alias when importing binary sensor PLATFORM_SCHEMA (#120510) 2024-06-26 10:54:19 +02:00
button.py Add button group support (#121715) 2024-07-11 09:37:32 +02:00
config_flow.py Add support for grouping notify entities (#122123) 2024-07-21 20:57:49 +02:00
const.py
cover.py Force alias when importing cover PLATFORM_SCHEMA (#120522) 2024-06-26 11:25:14 +02:00
entity.py Fix late group platform registration (#119789) 2024-06-18 20:01:16 +02:00
event.py Force alias when importing event and fan PLATFORM_SCHEMA (#120524) 2024-06-26 11:35:39 +02:00
fan.py Add TURN_OFF/TURN_ON feature flags for fan (#121447) 2024-07-19 11:35:24 +02:00
icons.json Update icons.json to new service schema part 2 (#124769) 2024-08-28 13:47:41 +02:00
light.py Force alias when importing light PLATFORM_SCHEMA (#120529) 2024-06-26 11:53:15 +02:00
lock.py Force alias when importing lock PLATFORM_SCHEMA (#120531) 2024-06-26 11:52:57 +02:00
manifest.json Fix late group platform registration (#119789) 2024-06-18 20:01:16 +02:00
media_player.py Fix group media player play_media not passing kwargs (#122258) 2024-07-22 14:30:23 +02:00
notify.py Support action YAML syntax in old-style notify groups (#123457) 2024-08-09 17:18:42 +02:00
registry.py Address review on comment group registry maintenance (#119952) 2024-06-19 10:51:56 +02:00
reproduce_state.py
sensor.py Enable raise-within-try (TRY301) rule in ruff (#123351) 2024-08-12 09:16:33 +02:00
services.yaml
strings.json Add support for grouping notify entities (#122123) 2024-07-21 20:57:49 +02:00
switch.py Force alias when importing switch PLATFORM_SCHEMA (#120504) 2024-06-26 10:36:54 +02:00
util.py