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
#s0tool_package: | |
# Check for updates https://gist.github.com/huizebruin/93552a7595cd74fc6206876fd1a359be | |
#------------------------# s0tool template sensoren. #------------------------# | |
# s0tool sensor watt naar kw | |
template: | |
- sensor: | |
- name: "huidig-energie-opbrengst" | |
state: "{{ (states('sensor.actuele_energie')| int / 1000) | round(2) }}" | |
icon: mdi:flash | |
unit_of_measurement: "kW" |
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
uart: | |
id: uart_ld2410 | |
tx_pin: 1 | |
rx_pin: 3 | |
baud_rate: 256000 | |
parity: NONE | |
stop_bits: 1 | |
ld2410: | |
uart_id: uart_ld2410 |
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: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 |
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
esphome: | |
name: lcd-notification | |
on_boot: | |
priority: -100.0 | |
then: | |
- lambda: 'id(mydisplay).no_backlight();' | |
esp8266: | |
board: d1_mini |
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: 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: {} |
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: 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 |
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: 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: |
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: 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: >- |
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: '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}}' |
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: 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: |
NewerOlder