Descrição
O script de nível superior.
Campos
Chave | Tipo | Descrição |
---|---|---|
metadata
|
Metadados |
Fornece os metadados do script, como nome e descrição. Obrigatório |
automations
|
[Automação] |
Especifica uma lista de automações. Obrigatório |
Exemplos
Script simples para controlar uma luz com um interruptor
metadata:
name: Turn on light with switch
description: Basic example of turning on a light with another switch.
automations:
starters:
type: device.state.OnOff
device: Office Switch - Office
state: on
is: true
actions:
- type: device.command.OnOff
devices:
- Christmas lights - Living Room
on: true