mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update logo
This commit is contained in:
parent
0c833c0bc3
commit
4e904a5217
@ -2,12 +2,12 @@
|
|||||||
layout: page
|
layout: page
|
||||||
title: "Luftdaten Sensor"
|
title: "Luftdaten Sensor"
|
||||||
description: "Instructions how to setup Luftdaten sensor in Home Assistant."
|
description: "Instructions how to setup Luftdaten sensor in Home Assistant."
|
||||||
date: 2017-11-01 10:00
|
date: 2017-11-01 00:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: home-assistant.png
|
logo: luftdaten.png
|
||||||
ha_category: Health
|
ha_category: Health
|
||||||
ha_release: 0.57
|
ha_release: 0.57
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
@ -35,14 +35,46 @@ sensor:
|
|||||||
- humidity
|
- humidity
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
sensorid:
|
||||||
|
description: The ID of the sensor.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: Name of the sensor to use in the frontend.
|
||||||
|
required: false
|
||||||
|
default: Luftdaten Sensor
|
||||||
|
type: string
|
||||||
|
resource:
|
||||||
|
description: The URL of the API endpoint. Usually this has not to be changed.
|
||||||
|
required: false
|
||||||
|
default: https://api.luftdaten.info/v1/sensor/
|
||||||
|
type: string
|
||||||
|
verify_ssl:
|
||||||
|
description: Verify SSL connection.
|
||||||
|
required: false
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
monitored_conditions:
|
||||||
|
description: A list of conditions you want to monitor.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
keys:
|
||||||
|
P1:
|
||||||
|
description: Show the particle sensors (particles 10 microns and below).
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
P2:
|
||||||
|
description: Show the particle sensors (particles 2.5 microns and below).
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
temperature:
|
||||||
|
description: Display the temperature from a weather sensor.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
humidity:
|
||||||
|
description: Display the humidity from a weather sensor.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
- **sensorid** (*Required*): The ID of the sensor.
|
|
||||||
- **monitored_conditions** (*Required*): A list of conditions you want to monitor. The following conditions can be monitored:
|
|
||||||
- `P1` for particle sensors (particles 10 microns and below).
|
|
||||||
- `P2` for particle sensors (particles 2.5 microns and below).
|
|
||||||
- `temperature` for weather sensors.
|
|
||||||
- `humidity` for weather sensors.
|
|
||||||
- **name** (*Optional*): Name of the sensor to use in the frontend. Defaults to `Luftdaten Sensor`.
|
|
||||||
- **resource** (*Optional*): The URL of the API endpoint. Usually this has not to be changed. The default is `https://api.luftdaten.info/v1/sensor/`.
|
|
||||||
- **verify_ssl** (*Optional*): Verify SSL connection. Defaults to `true`.
|
|
||||||
|
@ -7,7 +7,7 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: home-assistant.png
|
logo: icann.png
|
||||||
ha_category: Sensor
|
ha_category: Sensor
|
||||||
ha_release: "0.57"
|
ha_release: "0.57"
|
||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
@ -24,7 +24,15 @@ sensor:
|
|||||||
name: primary
|
name: primary
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
domain:
|
||||||
|
description: The domain you want to perform WHOIS lookups against.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: Name to use in the frontend.
|
||||||
|
required: false
|
||||||
|
default: Whois
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
- **domain** (*Required*): The domain you want to perform WHOIS lookups against.
|
|
||||||
- **name** (*Optional*): A friendly name to apply to this sensor.
|
|
||||||
|
BIN
source/images/supported_brands/icann.png
Normal file
BIN
source/images/supported_brands/icann.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
BIN
source/images/supported_brands/luftdaten.png
Normal file
BIN
source/images/supported_brands/luftdaten.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
Loading…
x
Reference in New Issue
Block a user