Voici un exemple simple qui actif un input_boolean. Ensuite je me sers des input_boolean on/off pour mes automatisations.
[{"id":"1dc7f9a.794bb06","type":"comment","z":"b87e05b8.87a298","name":"[Présence] Théo & Sacha","info":"","x":130,"y":20,"wires":[]},{"id":"3a96e9b3.773da6","type":"server-state-changed","z":"b87e05b8.87a298","name":"Calendrier Google","server":"a8c279c8.be8be8","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"calendar.presences_enfants","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"on","halt_if_type":"str","halt_if_compare":"is","outputs":2,"output_only_on_state_change":true,"x":110,"y":100,"wires":[["578976a5.884e28"],["4e1bde4e.77b99"]]},{"id":"578976a5.884e28","type":"api-call-service","z":"b87e05b8.87a298","name":"Présences On","server":"a8c279c8.be8be8","version":1,"debugenabled":false,"service_domain":"input_boolean","service":"turn_on","entityId":"input_boolean.person_sacha, input_boolean.person_theo","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":340,"y":60,"wires":[["283b5264.2bb14e"]]},{"id":"4e1bde4e.77b99","type":"api-call-service","z":"b87e05b8.87a298","name":"Présences Off","server":"a8c279c8.be8be8","version":1,"debugenabled":false,"service_domain":"input_boolean","service":"turn_off","entityId":"input_boolean.person_sacha, input_boolean.person_theo","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":340,"y":140,"wires":[["283b5264.2bb14e"]]},{"id":"74a9e958.277868","type":"comment","z":"b87e05b8.87a298","name":"[Présence] Mode Invités","info":"","x":120,"y":180,"wires":[]},{"id":"c1e0c1d3.1ce32","type":"server-state-changed","z":"b87e05b8.87a298","name":"Calendrier Google","server":"a8c279c8.be8be8","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"calendar.invites_maison","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"on","halt_if_type":"str","halt_if_compare":"is","outputs":2,"output_only_on_state_change":true,"x":110,"y":320,"wires":[["9931f34c.c1358"],["b3d479a8.7f7ae8"]]},{"id":"9931f34c.c1358","type":"api-call-service","z":"b87e05b8.87a298","name":"Invités On","server":"a8c279c8.be8be8","version":1,"debugenabled":false,"service_domain":"input_boolean","service":"turn_on","entityId":"input_boolean.ha_mode_invites","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":320,"y":260,"wires":[["15c7b62e.2f076a","54eb8e2c.d2ff7"]]},{"id":"b3d479a8.7f7ae8","type":"api-call-service","z":"b87e05b8.87a298","name":"Invités Off","server":"a8c279c8.be8be8","version":1,"debugenabled":false,"service_domain":"input_boolean","service":"turn_off","entityId":"input_boolean.ha_mode_invites","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":320,"y":380,"wires":[["22faea11.1bf066"]]},{"id":"a8c279c8.be8be8","type":"server","z":"","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
Dans le fichier configuration.yaml
google:
client_id: !secret id_agenda_google
client_secret: !secret code_agenda_google
google_calendars.yaml à mettre dans le même dossier que le fichier configuration.yaml
- cal_id: adresse mail gmail
entities:- device_id: presences_enfants
name: Présences Enfants
track: true
search: Présences Enfants - device_id: invites_maison
name: Invités à la Maison
track: true
search: Invités à la maison - device_id: vacances
name: Vacances
track: true
search: Vacances
- device_id: presences_enfants