mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add country code constant (#105640)
This commit is contained in:
committed by
GitHub
parent
816a37f9fc
commit
e4453ace88
@@ -129,6 +129,7 @@ CONF_CONTINUE_ON_ERROR: Final = "continue_on_error"
|
||||
CONF_CONTINUE_ON_TIMEOUT: Final = "continue_on_timeout"
|
||||
CONF_COUNT: Final = "count"
|
||||
CONF_COUNTRY: Final = "country"
|
||||
CONF_COUNTRY_CODE: Final = "country_code"
|
||||
CONF_COVERS: Final = "covers"
|
||||
CONF_CURRENCY: Final = "currency"
|
||||
CONF_CUSTOMIZE: Final = "customize"
|
||||
|
||||
Reference in New Issue
Block a user