1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add a service target (#43725)

This commit is contained in:
Paulus Schoutsen
2020-11-28 23:33:32 +01:00
committed by GitHub
parent a2e1efca33
commit dd513147a5
8 changed files with 55 additions and 16 deletions

View File

@@ -170,6 +170,7 @@ CONF_STATE = "state"
CONF_STATE_TEMPLATE = "state_template"
CONF_STRUCTURE = "structure"
CONF_SWITCHES = "switches"
CONF_TARGET = "target"
CONF_TEMPERATURE_UNIT = "temperature_unit"
CONF_TIMEOUT = "timeout"
CONF_TIME_ZONE = "time_zone"