Home Assistant Unofficial Reference 2024.12.1
errors.py
Go to the documentation of this file.
1 """Errors for the Acmeda Pulse component."""
2 
3 from homeassistant.exceptions import HomeAssistantError
4 
5 
7  """Base class for Acmeda Pulse exceptions."""
8 
9 
11  """Unable to connect to the bridge."""