Home Assistant Git Exporter
This commit is contained in:
@@ -22,6 +22,7 @@ api:
|
||||
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: "esphome8"
|
||||
|
||||
web_server:
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -10,6 +10,7 @@ logger:
|
||||
api:
|
||||
|
||||
ota:
|
||||
platform: esphome
|
||||
password: "257e2759c54b37ec0dc09295dd79f34d"
|
||||
|
||||
wifi:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user