core/homeassistant/components/group
Martin Hjelmare c05905ebda
Remove callback decorator from coroutine functions (#75626)
* Remove callback decorator from coroutine functions

* Remove some more callback decorators
2022-07-22 19:09:02 +02:00
..
translations [ci skip] Translation update 2022-07-17 00:25:56 +00:00
__init__.py Remove callback decorator from coroutine functions (#75626) 2022-07-22 19:09:02 +02:00
binary_sensor.py Align code between group platforms (#74057) 2022-06-28 08:50:31 +02:00
config_flow.py
const.py
cover.py Add support for unavailable to cover groups (#74053) 2022-06-28 11:12:14 +02:00
fan.py Add support for unavailable and unknown to fan groups (#74054) 2022-06-28 10:58:52 +02:00
light.py Align code between group platforms (#74057) 2022-06-28 08:50:31 +02:00
lock.py Modify behavior of lock groups (#74055) 2022-06-28 10:29:56 +02:00
manifest.json
media_player.py Modify behavior of media_player groups (#74056) 2022-06-28 10:22:46 +02:00
notify.py
recorder.py
reproduce_state.py
services.yaml
strings.json
switch.py Align code between group platforms (#74057) 2022-06-28 08:50:31 +02:00
util.py