Advertisement
energywave

Card tapparelle - Home Assistant

Oct 16th, 2020
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.63 KB | None | 0 0
  1. entities:
  2.   - label: Soggiorno
  3.     type: section
  4.   - entity: cover.shelly_tapparella_soggiorno
  5.     name: Finestra
  6.     secondary_info: position
  7.   - type: divider
  8.   - label: Cucina
  9.     type: section
  10.   - entity: cover.shelly_tapparella_portafinestra_cucina
  11.     name: Portafinestra
  12.     secondary_info: position
  13.   - entity: cover.shelly_tapparella_finestra_cucina
  14.     name: Finestra
  15.     secondary_info: position
  16.   - type: divider
  17.   - label: Comandi generali
  18.     type: section
  19.   - entity: script.tapparelle_apri
  20.     name: Apri tutte
  21.   - entity: script.tapparelle_chiudi
  22.     name: Chiudi tutte
  23. title: Tapparelle
  24. type: entities
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement