Anyone else having an issue with the weather-card phasing in and out of working condition. At times I log in and i see:
Please define a weather entity
{
"entity_sun": "sun.sun",
"entity_weather": "weather.dark_sky",
"type": "custom:weather-card"
}
As a test I checked using template editor:
{{ states.weather.dark_sky }}
results in
<template state weather.dark_sky=partlycloudy; temperature=70, humidity=45, ozone=298.43, pressure=1002.79, wind_bearing=252, wind_speed=9.91, visibility=9.65, attribution=Powered by Dark Sky, forecast=[{'datetime': '2019-04-11T00:00:00', 'temperature': 71, 'templow': 45, 'precipitation': None, 'wind_speed': 4.79, 'wind_bearing': 263, 'condition': 'partlycloudy'}, {'datetime': '2019-04-12T00:00:00', 'temperature': 77, 'templow': 57, 'precipitation': None, 'wind_speed': 8.26, 'wind_bearing': 82, 'condition': 'partlycloudy'}, {'datetime': '2019-04-13T00:00:00', 'temperature': 66, 'templow': 45, 'precipitation': 1.6, 'wind_speed': 8.36, 'wind_bearing': 64, 'condition': 'rainy'}, {'datetime': '2019-04-14T00:00:00', 'temperature': 62, 'templow': 45, 'precipitation': None, 'wind_speed': 15.81, 'wind_bearing': 316, 'condition': 'windy'}, {'datetime': '2019-04-15T00:00:00', 'temperature': 76, 'templow': 57, 'precipitation': None, 'wind_speed': 11.92, 'wind_bearing': 178, 'condition': 'partlycloudy'}, {'datetime': '2019-04-16T00:00:00', 'temperature': 76, 'templow': 68, 'precipitation': None, 'wind_speed': 17.11, 'wind_bearing': 183, 'condition': 'partlycloudy'}, {'datetime': '2019-04-17T00:00:00', 'temperature': 85, 'templow': 53, 'precipitation': 0.2, 'wind_speed': 14.77, 'wind_bearing': 210, 'condition': 'windy'}, {'datetime': '2019-04-18T00:00:00', 'temperature': 69, 'templow': 48, 'precipitation': None, 'wind_speed': 15.56, 'wind_bearing': 319, 'condition': 'windy'}], friendly_name=Dark Sky @ 2019-04-11T09:06:41.288126-05:00>
So Im not sure why I keep getting the issue.