From 572ceb65f37f76ecabea3d4328dbadfefb81e017 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 6 Sep 2024 22:58:08 +0100 Subject: [PATCH] update other devices --- bathroom.yaml | 1 + pool.yaml | 10 +++------- softener.yaml | 3 +++ toilet.yaml | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) 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" -- 2.50.1