Home Assistant Git Exporter

This commit is contained in:
root
2024-08-09 06:45:02 +02:00
parent 60abdd866c
commit 80fc630f5e
624 changed files with 27739 additions and 4497 deletions

View File

@@ -22,6 +22,7 @@ api:
ota:
platform: esphome
password: "esphome8"
web_server:

View File

@@ -190,16 +190,17 @@ binary_sensor:
- delayed_on: 60ms
dallas:
- pin: GPIO14
update_interval: 240s
one_wire:
- platform: gpio
pin: GPIO14
#update_interval: 240s
sensor:
#include uptime et wifisignal
- <<: !include common/generic_sensor.yaml
- platform: dallas
- platform: dallas_temp
address: 0x50031771df43ff28
name: "Temp_salon"

View File

@@ -47,6 +47,10 @@ text_sensor:
return {"D1:up D2:down D5:stop"};
update_interval: 60000s
disabled_by_default: true
- platform: template
name: "notice"
lambda: |-
return {"1x UP & DOWN 8x STOP"};
sensor:

View File

@@ -10,6 +10,7 @@ logger:
api:
ota:
platform: esphome
password: "257e2759c54b37ec0dc09295dd79f34d"
wifi:

View File

@@ -19,6 +19,7 @@ api:
# OTA is required for Over-the-Air updating
ota:
platform: esphome
password: "esphome"
# This should point to the public location of this yaml file.