iammexx / home-assistant-config

Files for my Home Assistant setup
75 stars 77 forks source link

Card doesn't show in 0.91.0b2 #18

Closed VDRainer closed 5 years ago

VDRainer commented 5 years ago

Looks like darksky sensors entity_id's have changed. Auswahl_188

Edited a few entities

           entity_forecast_high_temp_1: sensor.dark_sky_daytime_high_temperature_1d
            entity_forecast_high_temp_2: sensor.dark_sky_daytime_high_temperature_2d
            entity_forecast_high_temp_3: sensor.dark_sky_daytime_high_temperature_3d
            entity_forecast_high_temp_4: sensor.dark_sky_daytime_high_temperature_4d
            entity_forecast_high_temp_5: sensor.dark_sky_daytime_high_temperature_5d
            entity_forecast_low_temp_1: sensor.dark_sky_overnight_low_temperature_0d
            entity_forecast_low_temp_2: sensor.dark_sky_overnight_low_temperature_1d
            entity_forecast_low_temp_3: sensor.dark_sky_overnight_low_temperature_2d
            entity_forecast_low_temp_4: sensor.dark_sky_overnight_low_temperature_3d
            entity_forecast_low_temp_5: sensor.dark_sky_overnight_low_temperature_4d

            entity_pop_1: sensor.dark_sky_precip_probability_1d
            entity_pop_2: sensor.dark_sky_precip_probability_2d
            entity_pop_3: sensor.dark_sky_precip_probability_3d
            entity_pop_4: sensor.dark_sky_precip_probability_4d
            entity_pop_5: sensor.dark_sky_precip_probability_5d
            entity_current_text: sensor.dark_sky_current_text

but getting stucked on this one Auswahl_189 which is in the config as

entity_daily_summary: sensor.dark_sky_daily_summary
VDRainer commented 5 years ago

OK, got it working. Had to change:

            entity_summary_1: sensor.dark_sky_summary_1d
            entity_summary_2: sensor.dark_sky_summary_2d
            entity_summary_3: sensor.dark_sky_summary_3d
            entity_summary_4: sensor.dark_sky_summary_4d
            entity_summary_5: sensor.dark_sky_summary_5d

to

DavidFW1960 commented 5 years ago

Yes... it's not in the js file thankfully the suffix d has to be added to all day specific entities and it roars back into life....