From: David Woodhouse Date: Fri, 6 Sep 2024 21:58:08 +0000 (+0100) Subject: update other devices X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=572ceb65f37f76ecabea3d4328dbadfefb81e017;p=users%2Fdwmw2%2Fesp32-pool.git update other devices --- diff --git a/bathroom.yaml b/bathroom.yaml index 66662a0..b470226 100644 --- a/bathroom.yaml +++ b/bathroom.yaml @@ -6,6 +6,7 @@ # GPIO13: DHT22 substitutions: + name: bathroom domo_fan: "522" domo_hum: "520" domo_temp: "521" diff --git a/pool.yaml b/pool.yaml index 9961d98..450af06 100644 --- 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: diff --git a/softener.yaml b/softener.yaml index e710bed..d1e7b84 100644 --- a/softener.yaml +++ b/softener.yaml @@ -6,6 +6,9 @@ # GPIO1: HX711 SCK # GPIO2: HX711 DOUT +substitutions: + name: softener + esphome: name: softener name_add_mac_suffix: false diff --git a/toilet.yaml b/toilet.yaml index c5db5f7..008f2ab 100644 --- a/toilet.yaml +++ b/toilet.yaml @@ -6,6 +6,7 @@ # GPIO13: DHT22 substitutions: + name: "toilet" domo_fan: "900" domo_hum: "898" domo_temp: "899"