Skip to content

Instantly share code, notes, and snippets.

@hectorzin
hectorzin / Automation.txt
Last active February 25, 2024 16:19
Shopping list
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:
@hectorzin
hectorzin / synchronize_todo_list.yaml
Last active May 1, 2024 07:11
Synchronize 2 Home Assistant todo list
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