danobot / entity-controller

Home Assistant Entity and lighting controller for managing devices with timers, scripts, and sun-based time restrictions.
https://danobot.github.io/ec-docs/
GNU General Public License v3.0
289 stars 41 forks source link

Entities after potential configuration error are ignored #313

Closed Tabisch closed 4 months ago

Tabisch commented 8 months ago

Description

The entites after a potential configuration error in the list are not checked, because the except block in _override_entity_state, _sensor_entity_state and _state_entity_state always return None. This results entites being ignored.