mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
71 lines
2.2 KiB
YAML
71 lines
2.2 KiB
YAML
plant:
|
|
# plant_sensor_cea4:
|
|
# sensors:
|
|
# moisture: sensor.plant_sensor_cea4_moisture
|
|
# temperature: sensor.plant_sensor_cea4_temperature
|
|
# conductivity: sensor.plant_sensor_cea4_conductivity
|
|
# brightness: sensor.plant_sensor_cea4_illuminance
|
|
# #battery: sensor.plant_sensor_cea4_battery
|
|
# min_moisture: 10
|
|
# max_moisture: 65
|
|
# min_temperature: 30
|
|
# min_brightness: 200
|
|
# max_brightness: 300000
|
|
# min_conductivity: 10
|
|
# max_conductivity: 5700
|
|
|
|
# plant_sensor_3eae:
|
|
# sensors:
|
|
# moisture: sensor.plant_sensor_3eae_moisture
|
|
# temperature: sensor.plant_sensor_3eae_temperature
|
|
# conductivity: sensor.plant_sensor_3eae_conductivity
|
|
# brightness: sensor.plant_sensor_3eae_illuminance
|
|
# #battery: sensor.plant_sensor_3eae_battery
|
|
# min_moisture: 10
|
|
# max_moisture: 65
|
|
# min_temperature: 30
|
|
# min_brightness: 200
|
|
# max_brightness: 300000
|
|
# min_conductivity: 10
|
|
# max_conductivity: 5700
|
|
|
|
# plant_sensor_3eb0:
|
|
# sensors:
|
|
# moisture: sensor.plant_sensor_3eb0_moisture
|
|
# temperature: sensor.plant_sensor_3eb0_temperature
|
|
# conductivity: sensor.plant_sensor_3eb0_conductivity
|
|
# brightness: sensor.plant_sensor_3eb0_illuminance
|
|
# #battery: sensor.plant_sensor_3eb0_battery
|
|
# min_moisture: 10
|
|
# max_moisture: 65
|
|
# min_temperature: 30
|
|
# min_brightness: 200
|
|
# max_brightness: 300000
|
|
# min_conductivity: 10
|
|
# max_conductivity: 5700
|
|
|
|
hasta_soil_sensor:
|
|
sensors:
|
|
moisture: sensor.hasta_soil_sensor_moisture
|
|
temperature: sensor.outdoor_temperature
|
|
battery: sensor.hasta_soil_sensor_battery
|
|
brightness: sensor.outdoors_mean_illuminance
|
|
min_moisture: 15
|
|
max_moisture: 80
|
|
min_brightness: 200
|
|
max_brightness: 300000
|
|
min_temperature: -30
|
|
max_temperature: 120
|
|
|
|
daisy_soil_sensor:
|
|
sensors:
|
|
moisture: sensor.daisy_soil_sensor_moisture
|
|
temperature: sensor.outdoor_temperature
|
|
battery: sensor.daisy_soil_sensor_battery
|
|
brightness: sensor.outdoors_mean_illuminance
|
|
min_moisture: 15
|
|
max_moisture: 80
|
|
min_brightness: 200
|
|
max_brightness: 300000
|
|
min_temperature: -30
|
|
max_temperature: 120 |