mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fire event for loading component/adding service
This commit is contained in:
@@ -28,6 +28,8 @@ EVENT_TIME_CHANGED = "time_changed"
|
||||
EVENT_CALL_SERVICE = "call_service"
|
||||
EVENT_SERVICE_EXECUTED = "service_executed"
|
||||
EVENT_PLATFORM_DISCOVERED = "platform_discovered"
|
||||
EVENT_COMPONENT_LOADED = "component_loaded"
|
||||
EVENT_SERVICE_REGISTERED = "service_registered"
|
||||
|
||||
# #### STATES ####
|
||||
STATE_ON = 'on'
|
||||
|
||||
Reference in New Issue
Block a user