Remove get_serial helper that is no longer needed. (#22368)

This commit is contained in:
Jc2k
2019-03-26 06:49:51 +00:00
committed by Jason Hu
parent 6fa8fdf555
commit a62c116959
10 changed files with 27 additions and 44 deletions

View File

@@ -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)