Update plant.markdown (#2628)
Removed redundant "_moisture" strings in the example. Was probably a copy-and-paste error...
This commit is contained in:
parent
058c12ef8b
commit
11a91d2ff6
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue