hass-core/homeassistant/components/lifx
epenet c759512c70
Prevent callback decorator on coroutine functions (#126429)
* Prevent callback decorator on async functions

* Adjust

* Adjust

* Adjust components

* Adjust tests

* Rename

* One more

* Adjust

* Adjust again

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-09-23 02:55:55 +02:00
..
__init__.py Use debug instead of info log level in components [L] (#126039) 2024-09-16 12:38:28 +02:00
binary_sensor.py
button.py
config_flow.py
const.py Initial support for LIFX Ceiling SKY effect (#121820) 2024-07-12 21:16:16 -05:00
coordinator.py Initial support for LIFX Ceiling SKY effect (#121820) 2024-07-12 21:16:16 -05:00
diagnostics.py
discovery.py
entity.py
icons.json Update icons.json to new service schema part 2 (#124769) 2024-08-28 13:47:41 +02:00
light.py Initial support for LIFX Ceiling SKY effect (#121820) 2024-07-12 21:16:16 -05:00
manager.py Initial support for LIFX Ceiling SKY effect (#121820) 2024-07-12 21:16:16 -05:00
manifest.json Bump aiolifx and aiolifx-themes to support more than 82 zones (#125487) 2024-09-08 09:53:32 +02:00
migration.py
select.py Create theme select entities on matrix devices (#122695) 2024-07-28 10:28:42 +02:00
sensor.py Prevent callback decorator on coroutine functions (#126429) 2024-09-23 02:55:55 +02:00
services.yaml Initial support for LIFX Ceiling SKY effect (#121820) 2024-07-12 21:16:16 -05:00
strings.json Initial support for LIFX Ceiling SKY effect (#121820) 2024-07-12 21:16:16 -05:00
util.py