From b44754474fcc1f543797a1fddb683d38a5a1fa1c Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Thu, 2 May 2019 01:46:16 -0600 Subject: [PATCH] Add new sensors to RainMachine (#9250) --- source/_components/rainmachine.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/rainmachine.markdown b/source/_components/rainmachine.markdown index 7bba33402bb..132313647ce 100644 --- a/source/_components/rainmachine.markdown +++ b/source/_components/rainmachine.markdown @@ -88,7 +88,7 @@ binary_sensors: description: The conditions to create sensors from. required: false type: list - default: all (`extra_water_on_hot_days`, `freeze`, `freeze_protection`, `hourly`, `month`, `raindelay`, `rainsensor`, `weekday`) + default: all (`extra_water_on_hot_days`, `flow_sensor`, `freeze`, `freeze_protection`, `hourly`, `month`, `raindelay`, `rainsensor`, `weekday`) sensors: description: Sensor-related configuration options. required: false @@ -98,7 +98,7 @@ sensors: description: The conditions to create sensors from. required: false type: list - default: all (`freeze_protect_temp`) + default: all (`flow_sensor_clicks_cubic_meter`, `flow_sensor_consumed_liters`, `flow_sensor_start_index`, `flow_sensor_watering_clicks`,`freeze_protect_temp`) switches: description: Switch-related configuration options. required: false