See my other guides for SSL certificates on Pi-hole v6:
Pi-hole v6 introduces changes to its web server:
- Embedded Web Server – Pi-hole no longer relies on
lighttpd
.
See my other guides for SSL certificates on Pi-hole v6:
Pi-hole v6 introduces changes to its web server:
lighttpd
.substitutions: | |
device: car1 | |
name: CAR1 | |
comment: "car1" | |
esphome: | |
name: mcu-${device} | |
comment: ${comment} | |
on_loop: | |
then: |
https://github.com/tetele/onju-voice-satellite
This Gist will no longer be maintained, please check out the new location for the config.
Ever since voice satellites were introduced to Home Assistant, people wanted to use good microphones and speakers for this purpose, but not many were really available.
let widget = await createWidget(); | |
if (!config.runsInWidget) { | |
await widget.presentSmall(); | |
} | |
Script.setWidget(widget); | |
Script.complete(); | |
square: false | |
type: grid | |
cards: | |
- type: horizontal-stack | |
cards: | |
- type: custom:mushroom-chips-card | |
chips: | |
- type: entity | |
entity: person.sinan_ibrahim | |
content_info: none |
This blueprint helps you save money with heating/cooling by resetting the temperature for a certain thermostat if there is an open window or door. It is still a work in progress, but it works pretty OK with heating.
Each instance works with a single thermostat/opening pair, but you can define a group of windows (binary_sensor
s) if that's the case. Whenever a window/door is left open for more than the time specified, the thermostat will run a script that should turn off/turn down the HVAC
blueprint_hvac_windows.yaml
file in your /config/blueprints/automation
folder or simply click [