mirror of
https://github.com/home-assistant/core.git
synced 2026-05-22 08:20:04 +01:00
5fa8037231
* Always return True/False from is_state and is_state_attr These functions are documented to always return True/False but the short-circuit evaluation would return None if the entity_id did not exist. * Reword into a single statement