Home Assistant Unofficial Reference
2024.12.1
exceptions.py
Go to the documentation of this file.
1
"""Exceptions for the dwd_weather_warnings integration."""
2
3
from
homeassistant.exceptions
import
HomeAssistantError
4
5
6
class
EntityNotFoundError
(
HomeAssistantError
):
7
"""When a referenced entity was not found."""
homeassistant.components.dwd_weather_warnings.exceptions.EntityNotFoundError
Definition:
exceptions.py:6
homeassistant.exceptions.HomeAssistantError
Definition:
exceptions.py:34
homeassistant.exceptions
Definition:
exceptions.py:1
core
homeassistant
components
dwd_weather_warnings
exceptions.py
Generated by
1.9.1