mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Move to DIY category (#6174)
This commit is contained in:
parent
2d9a74d19c
commit
f9f4452176
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: mysensors.png
|
logo: mysensors.png
|
||||||
ha_category: Binary Sensor
|
ha_category: DIY
|
||||||
ha_release: 0.14
|
ha_release: 0.14
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: mysensors.png
|
logo: mysensors.png
|
||||||
ha_category: Climate
|
ha_category: DIY
|
||||||
ha_release: 0.29
|
ha_release: 0.29
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: mysensors.png
|
logo: mysensors.png
|
||||||
ha_category: Cover
|
ha_category: DIY
|
||||||
ha_release: "0.30"
|
ha_release: "0.30"
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
@ -8,8 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: mysensors.png
|
logo: mysensors.png
|
||||||
ha_category: Presence Detection
|
ha_category: DIY
|
||||||
featured: false
|
|
||||||
ha_release: "0.38"
|
ha_release: "0.38"
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: blinkstick.png
|
logo: blinkstick.png
|
||||||
ha_category: Light
|
ha_category: DIY
|
||||||
ha_release: 0.7.5
|
ha_release: 0.7.5
|
||||||
ha_iot_class: "Local Polling"
|
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.
|
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:
|
To add blinkstick to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -23,10 +25,18 @@ To add blinkstick to your installation, add the following to your `configuration
|
|||||||
light:
|
light:
|
||||||
- platform: blinksticklight
|
- platform: blinksticklight
|
||||||
serial: BS000795-1.1
|
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.
|
|
||||||
|
@ -8,13 +8,15 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: raspberry-pi.png
|
logo: raspberry-pi.png
|
||||||
ha_category: Light
|
ha_category: DIY
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
ha_release: 0.44
|
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.
|
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:
|
To enable `blinkt` in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -22,3 +24,4 @@ To enable `blinkt` in your installation, add the following to your `configuratio
|
|||||||
light:
|
light:
|
||||||
- platform: blinkt
|
- platform: blinkt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: mysensors.png
|
logo: mysensors.png
|
||||||
ha_category: Light
|
ha_category: DIY
|
||||||
ha_release: 0.13
|
ha_release: 0.13
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
@ -8,20 +8,20 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: sense-hat.png
|
logo: sense-hat.png
|
||||||
ha_category: Light
|
ha_category: DIY
|
||||||
ha_iot_class: "Assumed State"
|
ha_iot_class: "Assumed State"
|
||||||
ha_release: 0.44
|
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.
|
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
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
light:
|
light:
|
||||||
platform: sensehat
|
- platform: sensehat
|
||||||
name: SenseHAT
|
|
||||||
```
|
```
|
||||||
|
|
||||||
For setting up the Sense HAT sensors, please see the [Sense HAT sensor component](/components/sensor.sensehat/).
|
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: mysensors.png
|
logo: mysensors.png
|
||||||
ha_category: Hub
|
ha_category: DIY
|
||||||
featured: true
|
featured: true
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: mysensors.png
|
logo: mysensors.png
|
||||||
ha_category: Notifications
|
ha_category: DIY
|
||||||
ha_release: 0.36
|
ha_release: 0.36
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: mysensors.png
|
logo: mysensors.png
|
||||||
ha_category: Sensor
|
ha_category: DIY
|
||||||
featured: false
|
featured: false
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
@ -15,6 +15,9 @@ ha_release: 0.65
|
|||||||
|
|
||||||
|
|
||||||
Integrate your [Sense](https://sense.com) meter information into Home Assistant.
|
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:
|
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -31,9 +34,9 @@ sensor:
|
|||||||
```
|
```
|
||||||
|
|
||||||
Two types of sensors can be monitored and will be created with the following names:
|
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.
|
- **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.
|
- **Daily Usage/Production**: Daily power usage/production in kWh. Updated every 5 minutes.
|
||||||
- ...
|
|
||||||
|
|
||||||
Weekly, Monthly and Yearly variants are also available.
|
Weekly, Monthly and Yearly variants are also available.
|
||||||
|
|
||||||
@ -52,23 +55,23 @@ monitored_conditions:
|
|||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
active_usage:
|
active_usage:
|
||||||
description: The current power usage in W
|
description: The current power usage in W.
|
||||||
active_production:
|
active_production:
|
||||||
description: The current solar production in W
|
description: The current solar production in W.
|
||||||
daily_usage:
|
daily_usage:
|
||||||
description: Total power used for current day in kWh
|
description: Total power used for current day in kWh.
|
||||||
daily_production:
|
daily_production:
|
||||||
description: Total power produced for current day in kWh
|
description: Total power produced for current day in kWh.
|
||||||
weekly_usage:
|
weekly_usage:
|
||||||
description: Total power used for current week in kWh
|
description: Total power used for current week in kWh.
|
||||||
weekly_production:
|
weekly_production:
|
||||||
description: Total power produced for current week in kWh
|
description: Total power produced for current week in kWh.
|
||||||
monthly_usage:
|
monthly_usage:
|
||||||
description: Total power used for current month in kWh
|
description: Total power used for current month in kWh.
|
||||||
monthly_production:
|
monthly_production:
|
||||||
description: Total power produced for current month in kWh
|
description: Total power produced for current month in kWh.
|
||||||
yearly_usage:
|
yearly_usage:
|
||||||
description: Total power used for current year in kWh
|
description: Total power used for current year in kWh.
|
||||||
yearly_production:
|
yearly_production:
|
||||||
description: Total power produced for current year in kWh
|
description: Total power produced for current year in kWh.
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: sense-hat.png
|
logo: sense-hat.png
|
||||||
ha_category: Sensor
|
ha_category: DIY
|
||||||
ha_release: 0.35
|
ha_release: 0.35
|
||||||
ha_iot_class: "Local Push"
|
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.
|
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:
|
To add this platform to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -8,7 +8,7 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: mysensors.png
|
logo: mysensors.png
|
||||||
ha_category: Switch
|
ha_category: DIY
|
||||||
featured: false
|
featured: false
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user