Disable HA Dashboard pressure

@woody4165 in your dashboard config file you need to add in the sensors,

sample_weather:
  title: Today
  show_foreacast: 1
  prefer_icons: 1
  forecast_title: Tomorrow
  sensors:
    icon: sensor.dark_sky_icon
    temperature: sensor.dark_sky_temperature
    apparent_temperature: sensor.dark_sky_apparent_temperature
    humidity: sensor.dark_sky_humidity 

Something like that should do it.

Perfect, thanks! :grinning:

29

Regarding the sensors, these two changed and this is the new naming:

  forecast_temperature_min: sensor.dark_sky_overnight_low_temperature_1
  forecast_temperature_max: sensor.dark_sky_daytime_high_temperature_1
1 Like

Awesome, glad we got there in the end. I should update my github with instructions and how to edit the file, so people know in the future, @ReneTode did tell me too, just been a bit busy with other things.

1 Like

Yeah, correct.

Especially now that some darksky sensor name has changed and needs to be converted correctly.

Thanks @Cee, @ReneTode

1 Like