mirror of
https://github.com/home-assistant/core.git
synced 2025-11-11 20:10:12 +00:00
* Add EventEntity for Auto Shut Off events in Watergate integration * Split events into two: volume and duration * Add icons to json. Extract some common translation keys. Simplify tests * Apply suggestions from code review * Fix --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
8 lines
140 B
Python
8 lines
140 B
Python
"""Constants for the Watergate integration."""
|
|
|
|
DOMAIN = "watergate"
|
|
|
|
MANUFACTURER = "Watergate"
|
|
|
|
AUTO_SHUT_OFF_EVENT_NAME = "watergate_{}"
|