home-automation/appdaemon/dashboards/sensors_desk.yaml

41 lines
886 B
YAML

temp:
widget_type: sensor
title: "Temperature"
entity: sensor.sparkfun_weather_station_temp_f
sub_entity: sensor.sparkfun_weather_station_temp_c
units: '°F'
heat_index:
widget_type: sensor
title: "Heat Index"
entity: sensor.sparkfun_weather_station_hi_f
sub_entity: sensor.sparkfun_weather_station_hi_c
units: '°F'
humidity:
widget_type: gauge
title: "Humidity"
entity: sensor.sparkfun_weather_station_humidity_percent
units: "%"
min: 0
max: 100
pressure:
widget_type: sensor
title: Pressure
entity: sensor.sparkfun_weather_station_pressure_pa
units: 'Pa'
light:
widget_type: gauge
entity: sensor.sparkfun_weather_station_light_lvl_v
min: 0
max: 10
units: "V"
light_value:
widget_type: sensor
title: Light Level
entity: sensor.sparkfun_weather_station_light_lvl_v
units: 'V'