hass-core/homeassistant/components/lock/const.py
Jan Bouwhuis 986df70fe3
Refactor group setup (#116317)
* Refactor group setup

* Add @callback decorator and remove commented out code

* Keep set, add default on state
2024-04-28 16:32:17 +02:00

3 lines
63 B
Python

"""Constants for the lock entity platform."""
DOMAIN = "lock"