mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Remove get_serial helper that is no longer needed. (#22368)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"""Constants for the homekit_controller component."""
|
||||
DOMAIN = 'homekit_controller'
|
||||
|
||||
KNOWN_ACCESSORIES = "{}-accessories".format(DOMAIN)
|
||||
KNOWN_DEVICES = "{}-devices".format(DOMAIN)
|
||||
CONTROLLER = "{}-controller".format(DOMAIN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user