From 11a91d2ff650dd7dc96939e7e62d2ac515c7a91a Mon Sep 17 00:00:00 2001 From: ChristianKuehnel Date: Sun, 14 May 2017 15:49:41 +0200 Subject: [PATCH] Update plant.markdown (#2628) Removed redundant "_moisture" strings in the example. Was probably a copy-and-paste error... --- source/_components/plant.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/plant.markdown b/source/_components/plant.markdown index 7c01fca04e8..fcc9bcc8b93 100644 --- a/source/_components/plant.markdown +++ b/source/_components/plant.markdown @@ -21,10 +21,10 @@ plant: name_of_your_plant: sensors: moisture: sensor.my_sensor_moisture - battery: sensor.my_sensor_moisture_battery - temperature: sensor.my_sensor_moisture_temperature - conductivity: sensor.my_sensor_moisture_conductivity - brightness: sensor.my_sensor_moisture_brightness + battery: sensor.my_sensor_battery + temperature: sensor.my_sensor_temperature + conductivity: sensor.my_sensor_conductivity + brightness: sensor.my_sensor_brightness min_moisture: 20 ```