2019-02-06 03:31:15 +00:00
|
|
|
toggle:
|
|
|
|
description: Toggles an input boolean.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the input boolean to toggle.
|
|
|
|
example: input_boolean.notify_alerts
|
2019-02-06 03:31:15 +00:00
|
|
|
turn_off:
|
|
|
|
description: Turns off an input boolean
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the input boolean to turn off.
|
|
|
|
example: input_boolean.notify_alerts
|
2019-02-06 03:31:15 +00:00
|
|
|
turn_on:
|
|
|
|
description: Turns on an input boolean.
|
|
|
|
fields:
|
2020-04-05 15:27:16 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the input boolean to turn on.
|
|
|
|
example: input_boolean.notify_alerts
|
2019-12-06 04:31:18 +00:00
|
|
|
reload:
|
|
|
|
description: Reload the input_boolean configuration.
|