Compare commits

..

2 Commits

Author SHA1 Message Date
Bart Geesink
02a6850909 Deurbel: Naar D4 2023-11-26 14:58:19 +01:00
Bart Geesink
c2c4837654 Gebruik bestaande claim 2023-11-26 14:56:44 +01:00
2 changed files with 30 additions and 5 deletions

View File

@ -1,5 +1,5 @@
esphome:
name: deurbel
name: deurbelletje
esp8266:
board: d1_mini
@ -7,6 +7,17 @@ esp8266:
# Enable logging
logger:
time:
- platform: homeassistant
id: homeassistant_time
text_sensor:
- platform: version
name: Doorbell ESPHome version
sensor:
- platform: uptime
name: Doorbell Uptime
# Enable Home Assistant API
api:
password: "ncc1701D"
@ -27,6 +38,10 @@ captive_portal:
binary_sensor:
- platform: gpio
pin: D3
pin:
number: D4
mode: INPUT_PULLUP
inverted: true
filters:
- delayed_off: 3000ms # prevents from re-ringing within 3 seconds
name: "deurbelsignaal"
device_class: opening

View File

@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
## @section Global
#
## @param global.imageRegistry global image registry override
## @param global.imageRegistry global imteage registry override
## @param global.imagePullSecrets global image pull secrets override; can be extended by `imagePullSecrets`
## @param global.storageClass global storage class override
## @param global.hostAliases global hostAliases which will be added to the pod's hosts files
@ -216,8 +216,11 @@ statefulset:
## @param persistence.storageClass Name of the storage class to use
## @param persistence.subPath Subdirectory of the volume to mount at
persistence:
mount: true
create: false
claimName: data-gitea-0
enabled: true
existingClaim:
existingClaim: true
size: 10Gi
accessModes:
- ReadWriteOnce
@ -492,3 +495,10 @@ test:
## @param extraDeploy Array of extra objects to deploy with the release
##
extraDeploy: []
redis-cluster:
enabled: true
postgresql:
enabled: false
postgresql-ha:
enabled: false