Deprecate Enviro pHAT (ADR-0019) (#63509)
parent
7b79a0a086
commit
2af50b831b
|
@ -143,6 +143,13 @@ def setup_platform(
|
||||||
discovery_info: DiscoveryInfoType | None = None,
|
discovery_info: DiscoveryInfoType | None = None,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Set up the Sense HAT sensor platform."""
|
"""Set up the Sense HAT sensor platform."""
|
||||||
|
_LOGGER.warning(
|
||||||
|
"The Enviro pHAT integration is deprecated and will be removed "
|
||||||
|
"in Home Assistant Core 2022.4; this integration is removed under "
|
||||||
|
"Architectural Decision Record 0019, more information can be found here: "
|
||||||
|
"https://github.com/home-assistant/architecture/blob/master/adr/0019-GPIO.md"
|
||||||
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
envirophat = importlib.import_module("envirophat")
|
envirophat = importlib.import_module("envirophat")
|
||||||
except OSError:
|
except OSError:
|
||||||
|
|
Loading…
Reference in New Issue