mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Remove deprecated Blinkt! integration (#21775)
This commit is contained in:
parent
a57357983f
commit
c59ad5e990
@ -1,31 +0,0 @@
|
||||
---
|
||||
title: Blinkt!
|
||||
description: Instructions on how to setup Blinkt! RGB LED lights within Home Assistant.
|
||||
ha_category:
|
||||
- DIY
|
||||
ha_iot_class: Local Push
|
||||
ha_release: 0.44
|
||||
ha_domain: blinkt
|
||||
ha_platforms:
|
||||
- light
|
||||
---
|
||||
|
||||
<div class='note warning'>
|
||||
|
||||
This integration is deprecated and will be removed in Home Assistant Core 2022.4.
|
||||
|
||||
For more information see: [Architectural Decision Record 0019](https://github.com/home-assistant/architecture/blob/master/adr/0019-GPIO.md).
|
||||
|
||||
</div>
|
||||
|
||||
The `blinkt` light platform lets you control the [Blinkt!](https://shop.pimoroni.com/products/blinkt) board, featuring eight super-bright RGB LEDs.
|
||||
|
||||
## Configuration
|
||||
|
||||
To enable `blinkt` in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
- platform: blinkt
|
||||
```
|
@ -406,7 +406,6 @@
|
||||
/components/light.ads /integrations/ads#light
|
||||
/components/light.avion /integrations/avion
|
||||
/components/light.blinksticklight /integrations/blinksticklight
|
||||
/components/light.blinkt /integrations/blinkt
|
||||
/components/light.deconz /integrations/deconz#light
|
||||
/components/light.decora /integrations/decora
|
||||
/components/light.decora_wifi /integrations/decora_wifi
|
||||
@ -1143,7 +1142,6 @@
|
||||
/components/blackbird /integrations/blackbird
|
||||
/components/blink /integrations/blink
|
||||
/components/blinksticklight /integrations/blinksticklight
|
||||
/components/blinkt /integrations/blinkt
|
||||
/components/blockchain /integrations/blockchain
|
||||
/components/bloomsky /integrations/bloomsky
|
||||
/components/bluesound /integrations/bluesound
|
||||
@ -2360,5 +2358,8 @@
|
||||
/components/apns /more-info/removed-integration 301
|
||||
/components/notify.apns /more-info/removed-integration 301
|
||||
/integrations/apns /more-info/removed-integration 301
|
||||
/components/blinkt /more-info/removed-integration 301
|
||||
/components/light.blinkt /more-info/removed-integration 301
|
||||
/integrations/blinkt /more-info/removed-integration 301
|
||||
/components/tof /more-info/removed-integration 301
|
||||
/integrations/tof /more-info/removed-integration 301
|
||||
|
Loading…
x
Reference in New Issue
Block a user