diff --git a/source/_components/sensor.bitcoin.markdown b/source/_components/sensor.bitcoin.markdown index 9b4525c9e3..f35d2b6749 100644 --- a/source/_components/sensor.bitcoin.markdown +++ b/source/_components/sensor.bitcoin.markdown @@ -10,6 +10,7 @@ footer: true logo: bitcoin.png ha_category: Sensor ha_release: pre 0.7 +ha_iot_class: "Cloud Polling" --- diff --git a/source/_components/sensor.cpuspeed.markdown b/source/_components/sensor.cpuspeed.markdown index ba02555414..b8bc9d0d5d 100644 --- a/source/_components/sensor.cpuspeed.markdown +++ b/source/_components/sensor.cpuspeed.markdown @@ -8,6 +8,7 @@ comments: false sharing: true footer: true ha_category: Sensor +ha_release: pre 0.7 ha_iot_class: "Local Push" --- diff --git a/source/_components/sensor.deutsche_bahn.markdown b/source/_components/sensor.deutsche_bahn.markdown index 3e33b836a3..f9d86ae705 100644 --- a/source/_components/sensor.deutsche_bahn.markdown +++ b/source/_components/sensor.deutsche_bahn.markdown @@ -9,7 +9,7 @@ sharing: true footer: true ha_category: Sensor logo: db.png -ha_iot_class: "Local Polling" +ha_iot_class: "Cloud Polling" ha_release: 0.14 --- diff --git a/source/_components/sensor.fixer.markdown b/source/_components/sensor.fixer.markdown index 6f415da155..afbc2e927d 100644 --- a/source/_components/sensor.fixer.markdown +++ b/source/_components/sensor.fixer.markdown @@ -9,7 +9,7 @@ sharing: true footer: true ha_category: Sensor logo: fixer-io.png -ha_iot_class: "Local Polling" +ha_iot_class: "Cloud Polling" ha_release: 0.23 --- diff --git a/source/_components/sensor.gpsd.markdown b/source/_components/sensor.gpsd.markdown index 30b30223c1..965cf8972f 100644 --- a/source/_components/sensor.gpsd.markdown +++ b/source/_components/sensor.gpsd.markdown @@ -10,6 +10,7 @@ footer: true logo: gpsd.png ha_category: Sensor ha_release: 0.26 +ha_iot_class: "Local Polling" --- The `gpsd` component is using the GPS information collected by [gpsd](http://catb.org/gpsd/) and a GPS receiver. diff --git a/source/_components/sensor.moldindicator.markdown b/source/_components/sensor.moldindicator.markdown index acfec6b17c..e892e01e7c 100644 --- a/source/_components/sensor.moldindicator.markdown +++ b/source/_components/sensor.moldindicator.markdown @@ -9,6 +9,7 @@ sharing: true footer: true ha_category: Sensor ha_release: '0.20' +ha_iot_class: "Local Polling" --- 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. diff --git a/source/_components/sensor.openexchangerates.markdown b/source/_components/sensor.openexchangerates.markdown index e237b289b6..a136f82bc4 100644 --- a/source/_components/sensor.openexchangerates.markdown +++ b/source/_components/sensor.openexchangerates.markdown @@ -9,7 +9,7 @@ sharing: true footer: true ha_category: Sensor logo: openexchangerates.png -ha_iot_class: "Local Polling" +ha_iot_class: "Cloud Polling" ha_release: 0.23 --- diff --git a/source/_components/sensor.swiss_hydrological_data.markdown b/source/_components/sensor.swiss_hydrological_data.markdown index 427a2c8ac9..c940c4741f 100644 --- a/source/_components/sensor.swiss_hydrological_data.markdown +++ b/source/_components/sensor.swiss_hydrological_data.markdown @@ -8,7 +8,7 @@ comments: false sharing: true footer: true ha_category: Sensor -ha_iot_class: "Local Polling" +ha_iot_class: "Cloud Polling" ha_release: 0.22 --- diff --git a/source/_components/sensor.swiss_public_transport.markdown b/source/_components/sensor.swiss_public_transport.markdown index 3349f272eb..81d5dee730 100644 --- a/source/_components/sensor.swiss_public_transport.markdown +++ b/source/_components/sensor.swiss_public_transport.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: train.png ha_category: Sensor -ha_iot_class: "Local Polling" +ha_iot_class: "Cloud Polling" ha_release: pre 0.7 --- diff --git a/source/_components/sensor.template.markdown b/source/_components/sensor.template.markdown index 59ff381352..188feb040a 100644 --- a/source/_components/sensor.template.markdown +++ b/source/_components/sensor.template.markdown @@ -9,6 +9,8 @@ sharing: true footer: true ha_category: Sensor ha_release: 0.12 +ha_iot_class: "Local Push" +logo: home-assistant.png --- The `template` platform supports sensors which breaks out `state_attributes` from other entities. diff --git a/source/_components/sensor.transmission.markdown b/source/_components/sensor.transmission.markdown index 2b65c2cce4..cdff6e30cc 100644 --- a/source/_components/sensor.transmission.markdown +++ b/source/_components/sensor.transmission.markdown @@ -10,6 +10,7 @@ footer: true logo: transmission.png ha_category: Sensor ha_release: pre 0.7 +ha_iot_class: "Local Polling" --- diff --git a/source/_components/switch.pilight.markdown b/source/_components/switch.pilight.markdown index a5d7856150..648348cc1a 100644 --- a/source/_components/switch.pilight.markdown +++ b/source/_components/switch.pilight.markdown @@ -9,7 +9,8 @@ sharing: true footer: true logo: pilight.png ha_category: Switch -ha_release: pre 0.7 +ha_release: 0.26 +ha_iot_class: "Local Polling" --- @@ -60,4 +61,4 @@ Configuration variables: - **on_code_receive** (*Optional*): If given, this command will turn the switch on if it is received by pilight. - **off_code_receive** (*Optional*): If given, this command will turn the switch off if it is received by pilight. -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. \ No newline at end of file +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. diff --git a/source/_components/switch.pulseaudio_loopback.markdown b/source/_components/switch.pulseaudio_loopback.markdown index bf8d0bf5f9..eb7c3aaea8 100644 --- a/source/_components/switch.pulseaudio_loopback.markdown +++ b/source/_components/switch.pulseaudio_loopback.markdown @@ -10,6 +10,7 @@ footer: true logo: pulseaudio.png ha_category: Switch ha_release: 0.16 +ha_iot_class: "Local Polling" --- diff --git a/source/_components/switch.template.markdown b/source/_components/switch.template.markdown index 256c34fa5a..2d4694e956 100644 --- a/source/_components/switch.template.markdown +++ b/source/_components/switch.template.markdown @@ -9,6 +9,8 @@ sharing: true footer: true ha_category: Switch ha_release: 0.13 +ha_iot_class: "Local Push" +logo: home-assistant.png --- The `template` platform creates switches that combine components. diff --git a/source/_components/switch.transmission.markdown b/source/_components/switch.transmission.markdown index 3ffb614d96..94e99804b7 100644 --- a/source/_components/switch.transmission.markdown +++ b/source/_components/switch.transmission.markdown @@ -10,6 +10,7 @@ footer: true logo: transmission.png ha_category: Switch ha_release: pre 0.7 +ha_iot_class: "Local Polling" ---