Description
Script de premier niveau.
Champs
Clé | Type | Description |
---|---|---|
metadata
|
Métadonnées |
Fournit les métadonnées du script, telles que son nom et sa description. Obligatoire |
automations
|
[Automatisation] |
Spécifie une liste d'automatisations. Obligatoire |
Exemples
Script simple pour contrôler une ampoule avec un interrupteur
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