Add loud siren

This commit is contained in:
2023-10-29 08:49:05 +01:00
parent 96018755ce
commit 169d4d6abd
3 changed files with 28 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
esphome:
name: loud-siren
friendly_name: "Loud siren"
project:
name: dasfoo.siren
version: "1.0"
packages:
device_base: !include templates/esp01s.yaml
+1
View File
@@ -22,6 +22,7 @@ flash=(
"${command?} bathroomheater.yaml" "${command?} bathroomheater.yaml"
"${command?} blinds.yaml" "${command?} blinds.yaml"
"${command?} heating.yaml" "${command?} heating.yaml"
"${command?} loud-siren.yaml"
"${command?} ruuvi.yaml" "${command?} ruuvi.yaml"
"${command?} watermeter.yaml" "${command?} watermeter.yaml"
) )
+17
View File
@@ -0,0 +1,17 @@
esp8266:
board: esp01_1m
packages:
wifi: !include wifi.yaml
ota: !include ota.yaml
mqtt: !include mqtt.yaml
uptime: !include uptime.yaml
restart: !include restart.yaml
logger:
switch:
- platform: gpio
pin: GPIO0
name: None
inverted: true