Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions source/_components/light.blinkt.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: page
title: "Blinkt!"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the ! from the title.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Landrash The component's original name actually includes the ! (see https://shop.pimoroni.com/products/blinkt), of course I'm happy to remove it, just wondering if there's a specific reason to do so? (does it mess with these docs some way?)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh if that's the name standardized the other way around and try to use Blinkt! everywhere possible. 😊

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just realized that's what you did. Good work.

description: "Instructions how to setup Blinkt! RGB LED lights within Home Assistant."
date: 2017-04-30 9:00
sidebar: true
comments: false
sharing: true
footer: true
logo: raspberry-pi.png
ha_category: Light
ha_iot_class: "Local Push"
---

The `blinkt` light platform lets you control the [Blinkt!](https://shop.pimoroni.com/products/blinkt) board, featuring eight super-bright RGB LEDs.

To enable `blinkt` in your installation, add the following to your `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
light:
- platform: blinkt
```