Home Assistant Unofficial Reference 2024.12.1
exceptions.py
Go to the documentation of this file.
1 """Custom exceptions for the devolo_home_control integration."""
2 
3 from homeassistant.exceptions import HomeAssistantError
4 
5 
7  """Given credentials are invalid."""
8 
9 
11  """UUID of the user changed."""