You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self._forecast_energy_entity = forecast_energy_entity if (forecast_energy_entity !="") and _is_valid_state(self.hass.states.get(forecast_energy_entity)) else None
에서 HA 재시작시에 전기요금 컴포넌트와 외부 엔티티간에 로딩 순서에 따라 적용이 안되는 경우가 발생합니다.