Add prettier (in pre-commit and CI) (#33693)
* Add prettier (in pre-commit and CI) * Make all file prettier * Change order * Add to Azure Pipelines * Fix a YAML file prettier caught as invalid * Remove flow mapping using curly braces from all YAML service files
This commit is contained in:
parent
e3bcfb88e7
commit
39336d3ea3
187 changed files with 1649 additions and 1688 deletions
|
@ -1,15 +1,20 @@
|
|||
toggle:
|
||||
description: Toggles an input boolean.
|
||||
fields:
|
||||
entity_id: {description: Entity id of the input boolean to toggle., example: input_boolean.notify_alerts}
|
||||
entity_id:
|
||||
description: Entity id of the input boolean to toggle.
|
||||
example: input_boolean.notify_alerts
|
||||
turn_off:
|
||||
description: Turns off an input boolean
|
||||
fields:
|
||||
entity_id: {description: Entity id of the input boolean to turn off., example: input_boolean.notify_alerts}
|
||||
entity_id:
|
||||
description: Entity id of the input boolean to turn off.
|
||||
example: input_boolean.notify_alerts
|
||||
turn_on:
|
||||
description: Turns on an input boolean.
|
||||
fields:
|
||||
entity_id: {description: Entity id of the input boolean to turn on., example: input_boolean.notify_alerts}
|
||||
entity_id:
|
||||
description: Entity id of the input boolean to turn on.
|
||||
example: input_boolean.notify_alerts
|
||||
reload:
|
||||
description: Reload the input_boolean configuration.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue