core/homeassistant/components/hyperion
Sab44 c1953b0ae4
Decouple Hyperion entitites and clear source when light is off (#80478)
* Remove Hyperion Priority Light

* Remove coupling between light entity and led device

* Merge HyperionLight and HyperionBaseLight as we will only have one light entity

* Set state based on whether priority channel is open or not

* Remove leftover variable from Priority Light

* Remove external sources from light entity; use switch entities instead

* Remove external effects from effects to show dropdown

* Remove workaround for hyperion.ng issue 992

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-06-28 13:51:42 +02:00
..
__init__.py
camera.py
config_flow.py Decouple Hyperion entitites and clear source when light is off (#80478) 2023-06-28 13:51:42 +02:00
const.py Decouple Hyperion entitites and clear source when light is off (#80478) 2023-06-28 13:51:42 +02:00
light.py Decouple Hyperion entitites and clear source when light is off (#80478) 2023-06-28 13:51:42 +02:00
manifest.json
strings.json
switch.py