Update plant.markdown (#2628)

Removed redundant "_moisture" strings in the example. 
Was probably a copy-and-paste error...
This commit is contained in:
ChristianKuehnel 2017-05-14 15:49:41 +02:00 committed by Fredrik Lindqvist
parent 058c12ef8b
commit 11a91d2ff6

View File

@ -21,10 +21,10 @@ plant:
name_of_your_plant: name_of_your_plant:
sensors: sensors:
moisture: sensor.my_sensor_moisture moisture: sensor.my_sensor_moisture
battery: sensor.my_sensor_moisture_battery battery: sensor.my_sensor_battery
temperature: sensor.my_sensor_moisture_temperature temperature: sensor.my_sensor_temperature
conductivity: sensor.my_sensor_moisture_conductivity conductivity: sensor.my_sensor_conductivity
brightness: sensor.my_sensor_moisture_brightness brightness: sensor.my_sensor_brightness
min_moisture: 20 min_moisture: 20
``` ```