Move to DIY category (#6174)

This commit is contained in:
Fabian Affolter 2018-09-03 07:30:31 +02:00 committed by GitHub
parent 2d9a74d19c
commit f9f4452176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 53 additions and 36 deletions

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: mysensors.png
ha_category: Binary Sensor
ha_category: DIY
ha_release: 0.14
ha_iot_class: "Local Push"
---

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: mysensors.png
ha_category: Climate
ha_category: DIY
ha_release: 0.29
ha_iot_class: "Local Push"
---

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: mysensors.png
ha_category: Cover
ha_category: DIY
ha_release: "0.30"
ha_iot_class: "Local Push"
---

View File

@ -8,8 +8,7 @@ comments: false
sharing: true
footer: true
logo: mysensors.png
ha_category: Presence Detection
featured: false
ha_category: DIY
ha_release: "0.38"
ha_iot_class: "Local Push"
---

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: blinkstick.png
ha_category: Light
ha_category: DIY
ha_release: 0.7.5
ha_iot_class: "Local Polling"
---
@ -16,6 +16,8 @@ ha_iot_class: "Local Polling"
The `blinkstick` platform lets you control your [Blinkstick](https://www.blinkstick.com/) lights from within Home Assistant.
## {% linkable_title Configuration %}
To add blinkstick to your installation, add the following to your `configuration.yaml` file:
```yaml
@ -23,10 +25,18 @@ To add blinkstick to your installation, add the following to your `configuration
light:
- platform: blinksticklight
serial: BS000795-1.1
name: Living Room
```
Configuration variables:
{% configuration %}
serial:
description: The serial number of your stick.
required: true
default: 640
type: string
name:
description: Name of the stick.
required: false
type: string
default: Blinkstick
{% endconfiguration %}
- **serial** (*Required*): The serial number of your stick.
- **name** (*Required*): Name of the stick.

View File

@ -8,13 +8,15 @@ comments: false
sharing: true
footer: true
logo: raspberry-pi.png
ha_category: Light
ha_category: DIY
ha_iot_class: "Local Push"
ha_release: 0.44
---
The `blinkt` light platform lets you control the [Blinkt!](https://shop.pimoroni.com/products/blinkt) board, featuring eight super-bright RGB LEDs.
## {% linkable_title Configuration %}
To enable `blinkt` in your installation, add the following to your `configuration.yaml` file:
```yaml
@ -22,3 +24,4 @@ To enable `blinkt` in your installation, add the following to your `configuratio
light:
- platform: blinkt
```

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: mysensors.png
ha_category: Light
ha_category: DIY
ha_release: 0.13
ha_iot_class: "Local Push"
---

View File

@ -8,20 +8,20 @@ comments: false
sharing: true
footer: true
logo: sense-hat.png
ha_category: Light
ha_category: DIY
ha_iot_class: "Assumed State"
ha_release: 0.44
---
The `sensehat` light platform lets you control the [Sense HAT](https://www.raspberrypi.org/products/sense-hat/) board's 8x8 RGB LED matrix on your Raspberry Pi from within Home Assistant.
To add `sensehat` to your installation, add the following to your `configuration.yaml` file:
## {% linkable_title Configuration %}
To add `sensehat` light to your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
light:
platform: sensehat
name: SenseHAT
- platform: sensehat
```
For setting up the Sense HAT sensors, please see the [Sense HAT sensor component](/components/sensor.sensehat/).

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: mysensors.png
ha_category: Hub
ha_category: DIY
featured: true
ha_iot_class: "Local Push"
---

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: mysensors.png
ha_category: Notifications
ha_category: DIY
ha_release: 0.36
ha_iot_class: "Local Push"
---

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: mysensors.png
ha_category: Sensor
ha_category: DIY
featured: false
ha_iot_class: "Local Push"
---

View File

@ -15,6 +15,9 @@ ha_release: 0.65
Integrate your [Sense](https://sense.com) meter information into Home Assistant.
## {% linkable_title Configuration %}
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
```yaml
@ -31,9 +34,9 @@ sensor:
```
Two types of sensors can be monitored and will be created with the following names:
- **Active Usage/Production**: Current active power usage/production in Watts. Updated every 30 seconds.
- **Daily Usage/Production**: Daily power usage/production in kWh. Updated every 5 minutes.
- ...
Weekly, Monthly and Yearly variants are also available.
@ -52,23 +55,23 @@ monitored_conditions:
type: list
keys:
active_usage:
description: The current power usage in W
description: The current power usage in W.
active_production:
description: The current solar production in W
description: The current solar production in W.
daily_usage:
description: Total power used for current day in kWh
description: Total power used for current day in kWh.
daily_production:
description: Total power produced for current day in kWh
description: Total power produced for current day in kWh.
weekly_usage:
description: Total power used for current week in kWh
description: Total power used for current week in kWh.
weekly_production:
description: Total power produced for current week in kWh
description: Total power produced for current week in kWh.
monthly_usage:
description: Total power used for current month in kWh
description: Total power used for current month in kWh.
monthly_production:
description: Total power produced for current month in kWh
description: Total power produced for current month in kWh.
yearly_usage:
description: Total power used for current year in kWh
description: Total power used for current year in kWh.
yearly_production:
description: Total power produced for current year in kWh
description: Total power produced for current year in kWh.
{% endconfiguration %}

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: sense-hat.png
ha_category: Sensor
ha_category: DIY
ha_release: 0.35
ha_iot_class: "Local Push"
---
@ -16,6 +16,8 @@ ha_iot_class: "Local Push"
The `sensehat` sensor platform allows you to display information collected by a [Sense HAT](https://www.raspberrypi.org/products/sense-hat/) add-on board for Raspberry Pi.
## {% linkable_title Configuration %}
To add this platform to your installation, add the following to your `configuration.yaml` file:
```yaml
@ -23,9 +25,9 @@ To add this platform to your installation, add the following to your `configurat
sensor:
- platform: sensehat
display_options:
- temperature
- humidity
- pressure
- temperature
- humidity
- pressure
```
Configuration variables:

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: mysensors.png
ha_category: Switch
ha_category: DIY
featured: false
ha_iot_class: "Local Push"
---