Add loud siren
This commit is contained in:
@@ -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
|
||||||
@@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user