]> www.infradead.org Git - users/dwmw2/esp32-pool.git/commitdiff
update other devices
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 6 Sep 2024 21:58:08 +0000 (22:58 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 6 Sep 2024 21:58:08 +0000 (22:58 +0100)
bathroom.yaml
pool.yaml
softener.yaml
toilet.yaml

index 66662a0598908ebc3a222a09b38be7cbf19e5406..b47022697c3c23dc85b28b214fd4276492dbf464 100644 (file)
@@ -6,6 +6,7 @@
 # GPIO13: DHT22
 
 substitutions:
+  name: bathroom
   domo_fan: "522"
   domo_hum: "520"
   domo_temp: "521"
index 9961d98efc859df210b8c49fddb3dc4a6472c760..450af065d659aef0c8bf08466feede1848406168 100644 (file)
--- a/pool.yaml
+++ b/pool.yaml
@@ -63,6 +63,9 @@
 # time the control value is permitted to change state again in five minutes,
 # both sensors should be reporting the true water temperature.
 
+substitutions:
+  name: pool
+
 esphome:
   name: pool
   on_boot:
@@ -85,9 +88,6 @@ external_components:
 syslog:
     ip_address: !secret syslog_ip
 
-network:
-  enable_ipv6: false
-
 wifi: !remove
 
 ethernet:
@@ -98,10 +98,6 @@ ethernet:
   phy_addr: 0
   manual_ip: !include poolip.yaml
 
-#network:
-#  enable_ipv6: true
-
-
 script:
   - id: bounce_1w_power
     then:
index e710bed84cc1eb96e745ede4c83092583e4b3e85..d1e7b84c0dfb9c0241f743b4b2ffecc9f36a1de7 100644 (file)
@@ -6,6 +6,9 @@
 # GPIO1: HX711 SCK
 # GPIO2: HX711 DOUT
 
+substitutions:
+  name: softener
+
 esphome:
   name: softener
   name_add_mac_suffix: false
index c5db5f75d1aa0c7f6f2a653a006ff444b87a0aee..008f2ab946d3a610fb3746f4d72c3f723f8f5463 100644 (file)
@@ -6,6 +6,7 @@
 # GPIO13: DHT22
 
 substitutions:
+  name: "toilet"
   domo_fan: "900"
   domo_hum: "898"
   domo_temp: "899"