Bonjour,
J’ai besoin d’aide.
J’ai un bug avec les blueprints :
- j’arrive bien à en créer
- je cree une automatisation : ok
- automatisation apparait bien dans le fichier
automations.yaml
MAIS elle n’apparait pas dans l’interface : Configuration --> Automations ce qui a pour consequence de ne pas automatiser du tout…c’est c…pour un blueprint
Je n’ai qu’une instance de HA donc je peux pas trop tester différemment.
Pourriez vous de votre côté tester cela en blueprint svp :
J’ai pris un blueprint tout fait tout simple que j’ai trouvé. Et me dire si c’est ok pour vous
Merci
blueprint:
name: TurnLightsOff
description: Test blueprint interface
domain: automation
input:
time_turnlightsoff:
name: time
selector:
time:
target_light:
name: Lights
description: The lights to turn off.
selector:
target:
entity:
domain: light
trigger:
platform: time
at: !input time_turnlightsoff
action:
service: light.turn_off
entity_id: !input target_light
mode: single