diff --git a/atom.xml b/atom.xml index 239418f971..24e316de62 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
This example creates a washing machine “load running” sensor by monitoring an
energy meter connected to the washer. During the washer’s operation, the energy
meter will fluctuate wildly, hitting zero frequently even before the load is
-finished. By utilizing off_delay
, we can have this sensor only turn off if
+finished. By utilizing delay_off
, we can have this sensor only turn off if
there has been no washer activity for 5 minutes.
# Determine when the washing machine has a load running.
binary_sensor:
diff --git a/components/ecobee/index.html b/components/ecobee/index.html
index 3e0e344f4e..ffeaf80ac0 100644
--- a/components/ecobee/index.html
+++ b/components/ecobee/index.html
@@ -114,6 +114,7 @@
+If for whatever reason you delete and re-create your ecobee app at ecobee.com such that your developer API key changes, you will need to delete your /conf/ecobee.conf file
. You will also need to update the api_key:
in the configuration.yaml
or secrets.yaml
file.