Skip to content

Instantly share code, notes, and snippets.

View huizebruin's full-sized avatar
🏠
Working from huizebruin

Wobbe huizebruin

🏠
Working from huizebruin
View GitHub Profile
uart:
id: uart_ld2410
tx_pin: 1
rx_pin: 3
baud_rate: 256000
parity: NONE
stop_bits: 1
ld2410:
uart_id: uart_ld2410
@huizebruin
huizebruin / Picoplayer.yaml
Created August 22, 2023 13:05
custom:mini-media-player
type: custom:mini-media-player
entity: media_player.picoreplayer
speaker_group:
platform: squeezebox
show_group_count: true
entities:
- entity_id: media_player.woonkamer
name: woonkamer
- entity_id: media_player.huiskamer
name: mini
esphome:
name: lcd-notification
on_boot:
priority: -100.0
then:
- lambda: 'id(mydisplay).no_backlight();'
esp8266:
board: d1_mini
blueprint:
name: S0tool Watermeter Kit Meterwaarde
description: Werk een teller bij wanneer de S0tool-watersensor wordt bijgewerkt
domain: automation
input:
S0tool:
name: sensor.watermeter_totaal
description: Watermeter Totaal verbruik teller (geleverd door S0Tool)
selector:
entity: {}
@huizebruin
huizebruin / afzuiging-automation.yaml
Created June 12, 2022 13:07
afzuiging automation badkamer
alias: afzuiging automation badkamer
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.douche_humidity
attribute: humidity
above: '85.00'
condition:
- condition: time
after: input_datetime.fan_begin_tijd
blueprint:
name: stuur foto bij drukken deurbel
description: 'This automation blueprint creates a camera snapshot when the doorbell was activated and
sends a notification to your phone with the picture.
'
domain: automation
input:
binary_sensor:
name: Push button
description:
@huizebruin
huizebruin / update_notifications.yaml
Last active May 4, 2022 14:31 — forked from mdegat01/update_notifications.yaml
Update Notifications Automation Blueprint
blueprint:
name: Update notifications
description: Stuur meldingen voor nieuwe updates en installeer of sla actie over. v04/05/2022
homeassistant:
min_version: '2022.4.0'
domain: automation
input:
update_entities:
name: Update entities
description: >-
alias: 'Systeem : Home Assistant hacs update'
description: ''
trigger:
- platform: state
entity_id: sensor.hacs
condition:
- condition: template
value_template: '{{ states(trigger.entity_id) != ''unknown''}}'
- condition: template
value_template: '{{ (states(trigger.entity_id) | float) != 0}}'
@huizebruin
huizebruin / S0tool update.yaml
Last active March 1, 2023 21:10
blueprint voor de S0tool
blueprint:
name: S0tool update notificatie
author: Huizebruin.nl
description: Er is een S0tool Update beschikbaar op Github
domain: automation
input:
notify_device:
name: Notify device
description: "Het apparaat welke de melding mag ontvangen."
selector:
@huizebruin
huizebruin / systemsensors.yaml
Created January 19, 2022 20:34
Systeem sensoren van je home assistant systeem
sensor:
#==================
#=== System Sensors
#==================
- platform: command_line
name: RPi CPU Temperature
command: "cat /sys/class/thermal/thermal_zone0/temp"
value_template: "{{ value | multiply(0.001) | round(2) }}"