Skip to content

Commit 56f3d26

Browse files
committed
Add IoT class and logo
1 parent b6ddbec commit 56f3d26

15 files changed

+19
-7
lines changed

source/_components/sensor.bitcoin.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ footer: true
1010
logo: bitcoin.png
1111
ha_category: Sensor
1212
ha_release: pre 0.7
13+
ha_iot_class: "Cloud Polling"
1314
---
1415

1516

source/_components/sensor.cpuspeed.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ comments: false
88
sharing: true
99
footer: true
1010
ha_category: Sensor
11+
ha_release: pre 0.7
1112
ha_iot_class: "Local Push"
1213
---
1314

source/_components/sensor.deutsche_bahn.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
ha_category: Sensor
1111
logo: db.png
12-
ha_iot_class: "Local Polling"
12+
ha_iot_class: "Cloud Polling"
1313
ha_release: 0.14
1414
---
1515

source/_components/sensor.fixer.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
ha_category: Sensor
1111
logo: fixer-io.png
12-
ha_iot_class: "Local Polling"
12+
ha_iot_class: "Cloud Polling"
1313
ha_release: 0.23
1414
---
1515

source/_components/sensor.gpsd.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ footer: true
1010
logo: gpsd.png
1111
ha_category: Sensor
1212
ha_release: 0.26
13+
ha_iot_class: "Local Polling"
1314
---
1415

1516
The `gpsd` component is using the GPS information collected by [gpsd](http://catb.org/gpsd/) and a GPS receiver.

source/_components/sensor.moldindicator.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sharing: true
99
footer: true
1010
ha_category: Sensor
1111
ha_release: '0.20'
12+
ha_iot_class: "Local Polling"
1213
---
1314

1415
The Mold Indicator sensor component consumes information of two temperature sensors and a humidity sensor to give an indication for possible mold growth in your home. In case of bad ventilation and insulation, the indoor humidity may lead to condensation on cold surfaces as the windows or even walls. Condensation or a high relative humidity near those cold surfaces leads to a higher risk for mold growth. This sensor component estimates the temperature at a pre-calibrated critical point in the room (the coldest surface) and calculates the relative humidity of the air at that point. If the sensor value rises above approximately 70 percent, mold growth might occur and the room should be ventilated. At 100%, the air humidity condensates at the critical point.

source/_components/sensor.openexchangerates.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
ha_category: Sensor
1111
logo: openexchangerates.png
12-
ha_iot_class: "Local Polling"
12+
ha_iot_class: "Cloud Polling"
1313
ha_release: 0.23
1414
---
1515

source/_components/sensor.swiss_hydrological_data.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ comments: false
88
sharing: true
99
footer: true
1010
ha_category: Sensor
11-
ha_iot_class: "Local Polling"
11+
ha_iot_class: "Cloud Polling"
1212
ha_release: 0.22
1313
---
1414

source/_components/sensor.swiss_public_transport.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
logo: train.png
1111
ha_category: Sensor
12-
ha_iot_class: "Local Polling"
12+
ha_iot_class: "Cloud Polling"
1313
ha_release: pre 0.7
1414
---
1515

source/_components/sensor.template.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ sharing: true
99
footer: true
1010
ha_category: Sensor
1111
ha_release: 0.12
12+
ha_iot_class: "Local Push"
13+
logo: home-assistant.png
1214
---
1315

1416
The `template` platform supports sensors which breaks out `state_attributes` from other entities.

source/_components/sensor.transmission.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ footer: true
1010
logo: transmission.png
1111
ha_category: Sensor
1212
ha_release: pre 0.7
13+
ha_iot_class: "Local Polling"
1314
---
1415

1516

source/_components/switch.pilight.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ sharing: true
99
footer: true
1010
logo: pilight.png
1111
ha_category: Switch
12-
ha_release: pre 0.7
12+
ha_release: 0.26
13+
ha_iot_class: "Local Polling"
1314
---
1415

1516

@@ -60,4 +61,4 @@ Configuration variables:
6061
- **on_code_receive** (*Optional*): If given, this command will turn the switch on if it is received by pilight.
6162
- **off_code_receive** (*Optional*): If given, this command will turn the switch off if it is received by pilight.
6263
63-
For possible code entries look at the [pilight API](https://www.pilight.org/development/api/). All commands allowed by [pilight-send](https://wiki.pilight.org/doku.php/psend) can be used.
64+
For possible code entries look at the [pilight API](https://www.pilight.org/development/api/). All commands allowed by [pilight-send](https://wiki.pilight.org/doku.php/psend) can be used.

source/_components/switch.pulseaudio_loopback.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ footer: true
1010
logo: pulseaudio.png
1111
ha_category: Switch
1212
ha_release: 0.16
13+
ha_iot_class: "Local Polling"
1314
---
1415

1516

source/_components/switch.template.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ sharing: true
99
footer: true
1010
ha_category: Switch
1111
ha_release: 0.13
12+
ha_iot_class: "Local Push"
13+
logo: home-assistant.png
1214
---
1315

1416
The `template` platform creates switches that combine components.

source/_components/switch.transmission.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ footer: true
1010
logo: transmission.png
1111
ha_category: Switch
1212
ha_release: pre 0.7
13+
ha_iot_class: "Local Polling"
1314
---
1415

1516

0 commit comments

Comments
 (0)