This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: "Synchronize 2 Home Assistant todo list" | |
| description: | |
| This blueprint for Home Assistant synchronizes 2 to-do lists. Originally designed to sync Google Keep lists with the Bring shopping list, its versatility allows syncing any list. Currently limited to syncing only active items, those marked as completed are removed from the lists | |
| source_url: https://gist.github.com/hectorzin/53f9811ff2d6a673af9ff3a9801df7af | |
| domain: automation | |
| input: | |
| google_list: | |
| name: List 1 | |
| description: Select your first list to synchronize |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias: Bring - Actualizar sensor de texto con lista de la compra | |
| description: "" | |
| trigger: | |
| - platform: state | |
| entity_id: todo.bring_todo_la_compra | |
| action: | |
| - service: todo.get_items | |
| target: | |
| entity_id: todo.bring_todo_la_compra | |
| data: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| climate: | |
| - platform: climate_template | |
| name: "Aire Acondicionado Salón (Sensación térmica)" | |
| unique_id: aire_acondicionado_salon_sensacion_termica | |
| modes: | |
| - "off" | |
| - "cool" | |
| min_temp: 18 | |
| max_temp: 30 | |
| precision: 0.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| light: | |
| - platform: template | |
| lights: | |
| luz_virtual: | |
| friendly_name: "Luz virtual" | |
| value_template: > | |
| {% if is_state('switch.interruptor_fisico', 'on') and is_state('light.luz_ventilador', 'on') %} | |
| on | |
| {% else %} | |
| off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##################################### | |
| # AIRE ACONDICIONADO MODO FRÍO # | |
| ##################################### | |
| climate: | |
| - platform: generic_thermostat | |
| name: "Aire acondicionado salón" | |
| unique_id: "termostato_aire_acondicionado" | |
| heater: switch.aire_abajo | |
| target_sensor: sensor.termostato_calefaccion | |
| min_temp: 22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| configuration: | |
| amazon: | |
| amazon.es: botaffiumeiro_cofee-21 | |
| amazon.com: hectorzindomo-20 | |
| amazon.com.au: hectorzindomo-22 | |
| amazon.co.uk: hectorzindomo-21 | |
| amazon.fr: hectorzindo0d-21 | |
| amazon.it: hectorzindo04-21 | |
| amazon.de: hectorzindo0e-21 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| amazon: | |
| - code: https://amzn.to/3QAbJYX | |
| description: "OFERTAS FLASH!" | |
| aliexpress: | |
| - code: IFPXKS21 | |
| description: | | |
| 🇺🇸 *$2* OFF for orders over $15 | |
| 🇪🇸 *2€* de descuento en pedidos superiores a 15€ | |
| - code: IFPZQWB2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type: custom:room-card | |
| entity: light.luz_cocina | |
| title: Cocina | |
| tap_action: | |
| action: toggle | |
| double_tap_action: | |
| action: more-info | |
| icon: phu:kitchen-alt | |
| show_icon: true | |
| templates: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias: Aviso calidad aire exterior PM2.5 Awtrix | |
| description: Muestra calidad del aire exterior PM2.5 en Awtrix | |
| triggers: | |
| - entity_id: sensor.ws2900_v2_02_03_pm2_5_1 | |
| trigger: state | |
| - minutes: /15 | |
| trigger: time_pattern | |
| conditions: [] | |
| actions: | |
| - variables: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias: Añadir tracking Aliexpress por telegram | |
| description: "" | |
| triggers: | |
| - event_type: telegram_command | |
| event_data: | |
| command: /aliexpress | |
| trigger: event | |
| id: Nuevo tracking | |
| - trigger: event | |
| event_type: aliexpress_package_data_updated |
OlderNewer