Remove beat (internet time) from time_date (#119785)
This commit is contained in:
parent
fc3fbc6862
commit
bd37ce6e9a
5 changed files with 7 additions and 124 deletions
|
@ -35,7 +35,7 @@ USER_SCHEMA = vol.Schema(
|
|||
{
|
||||
vol.Required(CONF_DISPLAY_OPTIONS): SelectSelector(
|
||||
SelectSelectorConfig(
|
||||
options=[option for option in OPTION_TYPES if option != "beat"],
|
||||
options=OPTION_TYPES,
|
||||
mode=SelectSelectorMode.DROPDOWN,
|
||||
translation_key="display_options",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue