Compare commits
No commits in common. "02a68509091c51d7f1253fd0b02aa4a8c3cfcd1f" and "197ca0d3ca42a78eeb2939a1b6956591db005565" have entirely different histories.
02a6850909
...
197ca0d3ca
@ -1,5 +1,5 @@
|
|||||||
esphome:
|
esphome:
|
||||||
name: deurbelletje
|
name: deurbel
|
||||||
|
|
||||||
esp8266:
|
esp8266:
|
||||||
board: d1_mini
|
board: d1_mini
|
||||||
@ -7,17 +7,6 @@ esp8266:
|
|||||||
# Enable logging
|
# Enable logging
|
||||||
logger:
|
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
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
password: "ncc1701D"
|
password: "ncc1701D"
|
||||||
@ -38,10 +27,6 @@ captive_portal:
|
|||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
pin:
|
pin: D3
|
||||||
number: D4
|
|
||||||
mode: INPUT_PULLUP
|
|
||||||
inverted: true
|
|
||||||
filters:
|
|
||||||
- delayed_off: 3000ms # prevents from re-ringing within 3 seconds
|
|
||||||
name: "deurbelsignaal"
|
name: "deurbelsignaal"
|
||||||
|
device_class: opening
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
## @section Global
|
## @section Global
|
||||||
#
|
#
|
||||||
## @param global.imageRegistry global imteage registry override
|
## @param global.imageRegistry global image registry override
|
||||||
## @param global.imagePullSecrets global image pull secrets override; can be extended by `imagePullSecrets`
|
## @param global.imagePullSecrets global image pull secrets override; can be extended by `imagePullSecrets`
|
||||||
## @param global.storageClass global storage class override
|
## @param global.storageClass global storage class override
|
||||||
## @param global.hostAliases global hostAliases which will be added to the pod's hosts files
|
## @param global.hostAliases global hostAliases which will be added to the pod's hosts files
|
||||||
@ -216,11 +216,8 @@ statefulset:
|
|||||||
## @param persistence.storageClass Name of the storage class to use
|
## @param persistence.storageClass Name of the storage class to use
|
||||||
## @param persistence.subPath Subdirectory of the volume to mount at
|
## @param persistence.subPath Subdirectory of the volume to mount at
|
||||||
persistence:
|
persistence:
|
||||||
mount: true
|
|
||||||
create: false
|
|
||||||
claimName: data-gitea-0
|
|
||||||
enabled: true
|
enabled: true
|
||||||
existingClaim: true
|
existingClaim:
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
@ -495,10 +492,3 @@ test:
|
|||||||
## @param extraDeploy Array of extra objects to deploy with the release
|
## @param extraDeploy Array of extra objects to deploy with the release
|
||||||
##
|
##
|
||||||
extraDeploy: []
|
extraDeploy: []
|
||||||
|
|
||||||
redis-cluster:
|
|
||||||
enabled: true
|
|
||||||
postgresql:
|
|
||||||
enabled: false
|
|
||||||
postgresql-ha:
|
|
||||||
enabled: false
|
|
||||||
|
Loading…
Reference in New Issue
Block a user