mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Lowercase code format (#20077)
This commit is contained in:
parent
eb610e6093
commit
d6d28dd3e9
@ -21,8 +21,8 @@ from homeassistant.helpers.entity_component import EntityComponent
|
||||
DOMAIN = 'alarm_control_panel'
|
||||
SCAN_INTERVAL = timedelta(seconds=30)
|
||||
ATTR_CHANGED_BY = 'changed_by'
|
||||
FORMAT_TEXT = 'Text'
|
||||
FORMAT_NUMBER = 'Number'
|
||||
FORMAT_TEXT = 'text'
|
||||
FORMAT_NUMBER = 'number'
|
||||
|
||||
ENTITY_ID_FORMAT = DOMAIN + '.{}'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user