Skip to content

Instantly share code, notes, and snippets.

View KrzysztofHajdamowicz's full-sized avatar

KrzysztofHajdamowicz

  • Wroclaw, Poland
View GitHub Profile
@KrzysztofHajdamowicz
KrzysztofHajdamowicz / Home Assistant + ESPHome + wmbusmeters.md
Last active April 19, 2024 09:38
Home Assistant + ESPHome + wmbusmeters
# binary sensor:
- platform: template
sensors:
people_at_home:
value_template: >-
{{ is_state('group.household', 'home')
or is_state('group.family', 'home') }}
should_i_ventilate_home:
friendly_name: "Czy wietrzyć w domu?"
value_template: >-