|
|
|
@ -19,6 +19,7 @@ plant_dashboard_battery_level:
|
|
|
|
|
entity: sensor.plant_dashboard_battery_level |
|
|
|
|
title: Battery Level |
|
|
|
|
units: '%' |
|
|
|
|
precision: 1 |
|
|
|
|
|
|
|
|
|
plant_dashboard_battery_voltage: |
|
|
|
|
widget_type: sensor |
|
|
|
@ -30,6 +31,7 @@ plant_dashboard_humidity:
|
|
|
|
|
entity: sensor.plant_dashboard_humidity |
|
|
|
|
title: Humidity |
|
|
|
|
units: '%' |
|
|
|
|
precision: 1 |
|
|
|
|
|
|
|
|
|
plant_dashboard_temperature: |
|
|
|
|
widget_type: sensor |
|
|
|
@ -37,12 +39,14 @@ plant_dashboard_temperature:
|
|
|
|
|
sub_entity: sensor.plant_dashboard_temperature_c |
|
|
|
|
title: Temperature |
|
|
|
|
units: '°F' |
|
|
|
|
precision: 1 |
|
|
|
|
|
|
|
|
|
plant_dashboard_wifi: |
|
|
|
|
widget_type: sensor |
|
|
|
|
entity: sensor.plant_dashboard_wifi |
|
|
|
|
title: WiFi Signal |
|
|
|
|
units: 'dB' |
|
|
|
|
precision: 1 |
|
|
|
|
|
|
|
|
|
plant_dashboard_plant_2: |
|
|
|
|
widget_type: gauge |
|
|
|
@ -51,3 +55,26 @@ plant_dashboard_plant_2:
|
|
|
|
|
units: "" |
|
|
|
|
min: 250 |
|
|
|
|
max: 1024 |
|
|
|
|
|
|
|
|
|
plant_dashboard_battery_voltage: |
|
|
|
|
widget_type: sensor |
|
|
|
|
entity: sensor.plant_dashboard_battery_voltage |
|
|
|
|
units: 'V' |
|
|
|
|
|
|
|
|
|
plant_dashboard_uva: |
|
|
|
|
widget_type: sensor |
|
|
|
|
entity: sensor.plant_dashboard_uva |
|
|
|
|
title: "uva" |
|
|
|
|
precision: 1 |
|
|
|
|
|
|
|
|
|
plant_dashboard_uvb: |
|
|
|
|
widget_type: sensor |
|
|
|
|
entity: sensor.plant_dashboard_uvb |
|
|
|
|
title: "uvb" |
|
|
|
|
precision: 1 |
|
|
|
|
|
|
|
|
|
plant_dashboard_uv_index: |
|
|
|
|
widget_type: sensor |
|
|
|
|
entity: sensor.plant_dashboard_uv_index |
|
|
|
|
title: "uv index" |
|
|
|
|
precision: 1 |
|
|
|
|