mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Convert discovery helper to use dispatcher (#47008)
This commit is contained in:
@@ -210,7 +210,6 @@ EVENT_HOMEASSISTANT_STARTED = "homeassistant_started"
|
||||
EVENT_HOMEASSISTANT_STOP = "homeassistant_stop"
|
||||
EVENT_HOMEASSISTANT_FINAL_WRITE = "homeassistant_final_write"
|
||||
EVENT_LOGBOOK_ENTRY = "logbook_entry"
|
||||
EVENT_PLATFORM_DISCOVERED = "platform_discovered"
|
||||
EVENT_SERVICE_REGISTERED = "service_registered"
|
||||
EVENT_SERVICE_REMOVED = "service_removed"
|
||||
EVENT_STATE_CHANGED = "state_changed"
|
||||
@@ -313,9 +312,6 @@ CONF_UNIT_SYSTEM_IMPERIAL: str = "imperial"
|
||||
# Electrical attributes
|
||||
ATTR_VOLTAGE = "voltage"
|
||||
|
||||
# Contains the information that is discovered
|
||||
ATTR_DISCOVERED = "discovered"
|
||||
|
||||
# Location of the device/sensor
|
||||
ATTR_LOCATION = "location"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user