Forcing Raspi and NBS repos to be back like how they should be. MAYBE
This commit is contained in:
parent
3d06338782
commit
8198d8f62e
13
a3pool.yaml
13
a3pool.yaml
@ -145,14 +145,17 @@ time:
|
|||||||
then:
|
then:
|
||||||
- switch.turn_off: pump
|
- switch.turn_off: pump
|
||||||
|
|
||||||
dallas:
|
one_wire:
|
||||||
- pin: D4
|
- platform: gpio
|
||||||
update_interval: 10s
|
pin: D4
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: dallas
|
- platform: dallas_temp
|
||||||
address: 0xd1000007494b3628
|
address: 0xd1000007494b3628
|
||||||
name: "Pool Temperature"
|
name: "Pool Temperature"
|
||||||
- platform: dallas
|
update_interval: 10s
|
||||||
|
- platform: dallas_temp
|
||||||
address: 0x440000073de2e728
|
address: 0x440000073de2e728
|
||||||
name: "Solar Temperature"
|
name: "Solar Temperature"
|
||||||
|
update_interval: 10s
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
garageSide: wo # sy, wo
|
garageSide: sy # sy, wo
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: garage${garageSide}
|
name: garage${garageSide}
|
||||||
@ -7,7 +7,9 @@ esphome:
|
|||||||
board: esp32dev
|
board: esp32dev
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
password: !secret gd_passwd
|
- platform: esphome
|
||||||
|
password: !secret gd_passwd
|
||||||
|
|
||||||
api:
|
api:
|
||||||
encryption:
|
encryption:
|
||||||
key: !secret gd_key
|
key: !secret gd_key
|
||||||
|
@ -12,7 +12,8 @@ api:
|
|||||||
key: !secret gong_key
|
key: !secret gong_key
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
password: !secret gong_password
|
- platform: esphome
|
||||||
|
password: !secret gong_password
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
ssid: !secret wifi_ssid
|
ssid: !secret wifi_ssid
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
esphome:
|
esphome:
|
||||||
name: sonoffstecker1
|
name: sonoffstecker1
|
||||||
platform: ESP8266
|
|
||||||
|
esp8266:
|
||||||
board: sonoff_basic
|
board: sonoff_basic
|
||||||
|
|
||||||
# Enable logging
|
# Enable logging
|
||||||
|
@ -32,7 +32,8 @@ external_components:
|
|||||||
components: [ tablesoccer_btn_helper ]
|
components: [ tablesoccer_btn_helper ]
|
||||||
|
|
||||||
ota:
|
ota:
|
||||||
password: !secret streamsign_password
|
- platform: esphome
|
||||||
|
password: !secret streamsign_password
|
||||||
|
|
||||||
output:
|
output:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user