Deprecate pigpio Daemon PWM LED (ADR-0019) (#63504)
This commit is contained in:
parent
274955f492
commit
c88c3e9abb
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,12 @@ def setup_platform(
|
|||
discovery_info: DiscoveryInfoType | None = None,
|
||||
) -> None:
|
||||
"""Set up the PWM LED lights."""
|
||||
_LOGGER.warning(
|
||||
"The pigpio Daemon PWM LED 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"
|
||||
)
|
||||
|
||||
leds = []
|
||||
for led_conf in config[CONF_LEDS]:
|
||||
|
|
Loading…
Add table
Reference in a new issue