Pas de génération d'automatisation via blueprints

Donc tutorial ça n’apparaît nulle part quand tu utilises ce blueprint ?

Non, mon blueprint ne fait pas référence à tutorial

Oui certainement…


Non c’est juste de l’utilisation avancé de la configuration partagée :

Tu peux avoir plusieurs fois le nom de l’integration mais il faut respecter le format suivant

#configuration.yaml
automation: automations.yaml #present de base
automation a_moi_car_je_prefere_les_ecrire: automations_personelles.yaml
automation dans_un _dossier: !include_dir_merge_list automations/

Idem avec les scripts et Blueprints, etc…

1 « J'aime »

Donc si je comprends bien, dans configuration.yaml je devrais avoir quelque chose du genre :

blueprint: !include_dir_merge_list blueprints/

C’est bien ça ?

Non, tu l’as mis où ? Dans le dossier blueprint ?

Tu n’aurais pas une erreur dans le fichier de log ?

Oui, direct dans le dossier blueprint, je n’ai pas fait de sous répertoire

Si,l’erreur est la suivante :
* Blueprint Set_consigne_chauffage generated invalid automation with inputs OrderedDict([('radiator_selector', 'input_boolean.billard'), ('target_radiator', 'climate.radiateur_billard')]): expected a dictionary for dictionary value @ data['action'][0]['choose'][0]['sequence'][0]['target']. Got None expected a dictionary for dictionary value @ data['action'][0]['default'][0]['target']. Got None[img]http://[/img]

Si tu as une erreur, c’est normal qu’elle n’apparaisse pas (l’automatisation).