Descrizione
Lo script di primo livello.
Campi
Chiave | Tipo | Descrizione |
---|---|---|
metadata
|
Metadati |
Fornisce i metadati dello script, ad esempio nome e descrizione. Obbligatorio |
automations
|
[Automazione] |
Specifica un elenco di automazioni. Obbligatorio |
Esempi
Script semplice per controllare una luce con un interruttore
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