mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
* Add fjäråskupan fan control * Update tests/components/fjaraskupan/conftest.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/fjaraskupan/config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/fjaraskupan/config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Increase manual update to 2 minutes * Address review comments * Switch to discovery flow * Address more review comments Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
6 lines
119 B
Python
6 lines
119 B
Python
"""Constants for the Fjäråskupan integration."""
|
|
|
|
DOMAIN = "fjaraskupan"
|
|
|
|
DISPATCH_DETECTION = f"{DOMAIN}.detection"
|