mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00:00
* Refactor group setup * Add @callback decorator and remove commented out code * Keep set, add default on state
4 lines
61 B
Python
4 lines
61 B
Python
"""Constants for cover entity platform."""
|
|
|
|
DOMAIN = "cover"
|