mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Remove unused alexa code (#79100)
This commit is contained in:
parent
de3be96bdb
commit
ed812b5ee4
@ -300,12 +300,6 @@ class AlexaEntity:
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
def get_interface(self, capability) -> AlexaCapability:
|
||||
"""Return the given AlexaInterface.
|
||||
|
||||
Raises _UnsupportedInterface.
|
||||
"""
|
||||
|
||||
def interfaces(self) -> list[AlexaCapability]:
|
||||
"""Return a list of supported interfaces.
|
||||
|
||||
|
@ -8,10 +8,6 @@ from homeassistant.exceptions import HomeAssistantError
|
||||
from .const import API_TEMP_UNITS
|
||||
|
||||
|
||||
class UnsupportedInterface(HomeAssistantError):
|
||||
"""This entity does not support the requested Smart Home API interface."""
|
||||
|
||||
|
||||
class UnsupportedProperty(HomeAssistantError):
|
||||
"""This entity does not support the requested Smart Home API property."""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user