Add new sensors to RainMachine (#9250)

This commit is contained in:
Aaron Bach 2019-05-02 01:46:16 -06:00 committed by Fabian Affolter
parent e9282cebe5
commit b44754474f

View File

@ -88,7 +88,7 @@ binary_sensors:
description: The conditions to create sensors from. description: The conditions to create sensors from.
required: false required: false
type: list 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: sensors:
description: Sensor-related configuration options. description: Sensor-related configuration options.
required: false required: false
@ -98,7 +98,7 @@ sensors:
description: The conditions to create sensors from. description: The conditions to create sensors from.
required: false required: false
type: list 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: switches:
description: Switch-related configuration options. description: Switch-related configuration options.
required: false required: false