Add native Python types support to templates (#41227)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
cbb4324c84
commit
ee914366a8
29 changed files with 349 additions and 282 deletions
|
@ -112,6 +112,7 @@ CONF_INCLUDE = "include"
|
|||
CONF_INTERNAL_URL = "internal_url"
|
||||
CONF_IP_ADDRESS = "ip_address"
|
||||
CONF_LATITUDE = "latitude"
|
||||
CONF_LEGACY_TEMPLATES = "legacy_templates"
|
||||
CONF_LIGHTS = "lights"
|
||||
CONF_LONGITUDE = "longitude"
|
||||
CONF_MAC = "mac"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue