Don't duplicate core services in hassio (#102593)
This commit is contained in:
parent
c555fe4462
commit
7a009ed6cd
6 changed files with 51 additions and 73 deletions
|
@ -12,6 +12,8 @@ import homeassistant.components as comps
|
|||
from homeassistant.components.homeassistant import (
|
||||
ATTR_ENTRY_ID,
|
||||
SERVICE_CHECK_CONFIG,
|
||||
SERVICE_HOMEASSISTANT_RESTART,
|
||||
SERVICE_HOMEASSISTANT_STOP,
|
||||
SERVICE_RELOAD_ALL,
|
||||
SERVICE_RELOAD_CORE_CONFIG,
|
||||
SERVICE_RELOAD_CUSTOM_TEMPLATES,
|
||||
|
@ -22,8 +24,6 @@ from homeassistant.const import (
|
|||
ENTITY_MATCH_ALL,
|
||||
ENTITY_MATCH_NONE,
|
||||
EVENT_CORE_CONFIG_UPDATE,
|
||||
SERVICE_HOMEASSISTANT_RESTART,
|
||||
SERVICE_HOMEASSISTANT_STOP,
|
||||
SERVICE_SAVE_PERSISTENT_STATES,
|
||||
SERVICE_TOGGLE,
|
||||
SERVICE_TURN_OFF,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue