Fix broken links on website (part 2) (#14683)

This commit is contained in:
Klaas Schoute 2020-10-02 16:54:04 +02:00 committed by GitHub
parent cb4e2ef01b
commit dac3185c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 21 additions and 22 deletions

View File

@ -13,7 +13,7 @@ ha_codeowners:
ha_domain: minecraft_server ha_domain: minecraft_server
--- ---
Minecraft servers allow players to play the sandbox video game [Minecraft](https://www.minecraft.net) by [Mojang AB](https://www.mojang.com) online or via a local area network with other players. The `Minecraft Server` integration lets you retrieve information from a Minecraft server (Java edition) within Home Assistant. Minecraft servers allow players to play the sandbox video game [Minecraft](https://www.minecraft.net/en-us) by [Mojang AB](https://www.mojang.com) online or via a local area network with other players. The `Minecraft Server` integration lets you retrieve information from a Minecraft server (Java edition) within Home Assistant.
<div class='note'> <div class='note'>
The server must be version 1.7 or higher, since older versions don't expose any information. The server must be version 1.7 or higher, since older versions don't expose any information.

View File

@ -48,7 +48,7 @@ It's been another two weeks which means it's time for release: 0.14!
- Command line platforms for [switch][switch.cmd], [sensor][sensor.cmd] and [binary_sensor][binary_sensor.cmd] have been renamed to `command_line`. - Command line platforms for [switch][switch.cmd], [sensor][sensor.cmd] and [binary_sensor][binary_sensor.cmd] have been renamed to `command_line`.
- The rfxtrx sensors entity ids will incur a one time change to move to a stable format. See [the docs][sensor.rfxtrx] for more details. - The rfxtrx sensors entity ids will incur a one time change to move to a stable format. See [the docs][sensor.rfxtrx] for more details.
[sensor.rfxtrx]: /integrations/sensor.rfxtrx/ [sensor.rfxtrx]: /integrations/rfxtrx#sensors
[notify.command_line]: /integrations/notify.command_line/ [notify.command_line]: /integrations/notify.command_line/
[Verisure]: /integrations/verisure [Verisure]: /integrations/verisure
[binary_sensor.tcp]: /integrations/tcp#binary-sensor [binary_sensor.tcp]: /integrations/tcp#binary-sensor

View File

@ -27,7 +27,7 @@ It's time for 0.46! This release does not have too many new integrations, instea
- Fix typos in Wunderground component (Percipitation -> Precipitation) ([@mje-nz] - [#7901]) ([sensor.wunderground docs]) - Fix typos in Wunderground component (Percipitation -> Precipitation) ([@mje-nz] - [#7901]) ([sensor.wunderground docs])
- Mqtt cover: Making command topic optional and add ability to set up/down position including ability to template the value ([@cribbstechnologies] - [#7841]) ([cover.mqtt docs]) - Mqtt cover: Making command topic optional and add ability to set up/down position including ability to template the value ([@cribbstechnologies] - [#7841]) ([cover.mqtt docs])
- Media Player - OpenHome: Fixed metadata issue ([@bazwilliams] - [#7932]) ([media_player.openhome docs]) - Media Player - OpenHome: Fixed metadata issue ([@bazwilliams] - [#7932]) ([media_player.openhome docs])
- Sensor - MetOffice: Fix last updated date ([@cyberjacob] - [#7965]) ([sensor.metoffice docs]) - Sensor - MetOffice: Fix last updated date ([@cyberjacob] - [#7965]) ([metoffice docs])
- Prevent Roku doing I/O in event loop ([@balloob] - [#7969]) ([media_player.roku docs]) - Prevent Roku doing I/O in event loop ([@balloob] - [#7969]) ([media_player.roku docs])
## Breaking changes ## Breaking changes
@ -345,6 +345,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[media_player.sonos docs]: /integrations/sonos [media_player.sonos docs]: /integrations/sonos
[media_player.spotify docs]: /integrations/spotify [media_player.spotify docs]: /integrations/spotify
[media_player.volumio docs]: /integrations/volumio [media_player.volumio docs]: /integrations/volumio
[metoffice docs]: /integrations/metoffice/
[modbus docs]: /integrations/modbus/ [modbus docs]: /integrations/modbus/
[mqtt.discovery docs]: /docs/mqtt/discovery/ [mqtt.discovery docs]: /docs/mqtt/discovery/
[notify.ios docs]: /docs/ecosystem/ios/notifications/basic/ [notify.ios docs]: /docs/ecosystem/ios/notifications/basic/
@ -388,7 +389,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@cyberjacob]: https://github.com/cyberjacob [@cyberjacob]: https://github.com/cyberjacob
[@mje-nz]: https://github.com/mje-nz [@mje-nz]: https://github.com/mje-nz
[cover.mqtt docs]: /integrations/cover.mqtt/ [cover.mqtt docs]: /integrations/cover.mqtt/
[sensor.metoffice docs]: /integrations/sensor.metoffice/
[sensor.wunderground docs]: /integrations/wunderground [sensor.wunderground docs]: /integrations/wunderground
[media_player.roku docs]: /integrations/roku#media-player [media_player.roku docs]: /integrations/roku#media-player
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e

View File

@ -216,7 +216,7 @@ automation:
- Add configuration check and use default var names ([@fabaff] - [#7963]) ([lutron docs]) ([light.lutron docs]) (breaking change) - Add configuration check and use default var names ([@fabaff] - [#7963]) ([lutron docs]) ([light.lutron docs]) (breaking change)
- lock.sesame: Update pysesame, add state attributes ([@trisk] - [#7953]) ([lock.sesame docs]) - lock.sesame: Update pysesame, add state attributes ([@trisk] - [#7953]) ([lock.sesame docs])
- Fixed metadata issue ([@bazwilliams] - [#7932]) ([media_player.openhome docs]) - Fixed metadata issue ([@bazwilliams] - [#7932]) ([media_player.openhome docs])
- Create metoffice.py ([@cyberjacob] - [#7965]) ([sensor.metoffice docs]) - Create metoffice.py ([@cyberjacob] - [#7965]) ([metoffice docs])
- Prevent Roku doing I/O in event loop ([@balloob] - [#7969]) ([media_player.roku docs]) - Prevent Roku doing I/O in event loop ([@balloob] - [#7969]) ([media_player.roku docs])
- Fix platforms being able to block startup ([@balloob] - [#7970]) - Fix platforms being able to block startup ([@balloob] - [#7970])
- New component: Python Script ([@balloob] - [#7950]) ([python_script docs]) (new-platform) - New component: Python Script ([@balloob] - [#7950]) ([python_script docs]) (new-platform)
@ -495,6 +495,7 @@ automation:
[media_player.sonos docs]: /integrations/sonos [media_player.sonos docs]: /integrations/sonos
[media_player.spotify docs]: /integrations/spotify [media_player.spotify docs]: /integrations/spotify
[media_player.squeezebox docs]: /integrations/squeezebox [media_player.squeezebox docs]: /integrations/squeezebox
[metoffice docs]: /integrations/metoffice/
[mqtt.__init__ docs]: /integrations/mqtt.__init__/ [mqtt.__init__ docs]: /integrations/mqtt.__init__/
[nest docs]: /integrations/nest/ [nest docs]: /integrations/nest/
[netatmo docs]: /integrations/netatmo/ [netatmo docs]: /integrations/netatmo/
@ -527,7 +528,6 @@ automation:
[sensor.homematic docs]: /integrations/homematic [sensor.homematic docs]: /integrations/homematic
[sensor.imap_email_content docs]: /integrations/imap_email_content/ [sensor.imap_email_content docs]: /integrations/imap_email_content/
[sensor.juicenet docs]: /integrations/juicenet#sensor [sensor.juicenet docs]: /integrations/juicenet#sensor
[sensor.metoffice docs]: /integrations/sensor.metoffice/
[sensor.mold_indicator docs]: /integrations/mold_indicator [sensor.mold_indicator docs]: /integrations/mold_indicator
[sensor.netatmo docs]: /integrations/netatmo#sensor [sensor.netatmo docs]: /integrations/netatmo#sensor
[sensor.openevse docs]: /integrations/openevse [sensor.openevse docs]: /integrations/openevse

View File

@ -426,7 +426,7 @@ light:
[binary_sensor.arest docs]: /integrations/arest#binary-sensor [binary_sensor.arest docs]: /integrations/arest#binary-sensor
[binary_sensor.digital_ocean docs]: /integrations/digital_ocean#binary-sensor [binary_sensor.digital_ocean docs]: /integrations/digital_ocean#binary-sensor
[binary_sensor.modbus docs]: /integrations/binary_sensor.modbus/ [binary_sensor.modbus docs]: /integrations/binary_sensor.modbus/
[binary_sensor.rfxtrx docs]: /integrations/binary_sensor.rfxtrx/ [binary_sensor.rfxtrx docs]: /integrations/rfxtrx#binary-sensors
[binary_sensor.verisure docs]: /integrations/verisure [binary_sensor.verisure docs]: /integrations/verisure
[calendar.google docs]: /integrations/calendar.google/ [calendar.google docs]: /integrations/calendar.google/
[camera.arlo docs]: /integrations/arlo#camera [camera.arlo docs]: /integrations/arlo#camera

View File

@ -486,7 +486,7 @@ amcrest:
[@clkao]: https://github.com/clkao [@clkao]: https://github.com/clkao
[@maikelwever]: https://github.com/maikelwever [@maikelwever]: https://github.com/maikelwever
[@ypollart]: https://github.com/ypollart [@ypollart]: https://github.com/ypollart
[binary_sensor.rfxtrx docs]: /integrations/binary_sensor.rfxtrx/ [binary_sensor.rfxtrx docs]: /integrations/rfxtrx#binary-sensors
[telegram_bot docs]: /integrations/telegram_bot/ [telegram_bot docs]: /integrations/telegram_bot/
[#8545]: https://github.com/home-assistant/home-assistant/pull/8545 [#8545]: https://github.com/home-assistant/home-assistant/pull/8545
[#8571]: https://github.com/home-assistant/home-assistant/pull/8571 [#8571]: https://github.com/home-assistant/home-assistant/pull/8571

View File

@ -530,7 +530,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[binary_sensor.gc100 docs]: /integrations/gc100#binary-sensor [binary_sensor.gc100 docs]: /integrations/gc100#binary-sensor
[binary_sensor.linode docs]: /integrations/linode#binary-sensor [binary_sensor.linode docs]: /integrations/linode#binary-sensor
[binary_sensor.random docs]: /integrations/random#binary-sensor [binary_sensor.random docs]: /integrations/random#binary-sensor
[binary_sensor.rfxtrx docs]: /integrations/binary_sensor.rfxtrx/ [binary_sensor.rfxtrx docs]: /integrations/rfxtrx#binary-sensors
[binary_sensor.ring docs]: /integrations/ring#binary-sensor [binary_sensor.ring docs]: /integrations/ring#binary-sensor
[binary_sensor.tellduslive docs]: /integrations/tellduslive [binary_sensor.tellduslive docs]: /integrations/tellduslive
[binary_sensor.trend docs]: /integrations/trend [binary_sensor.trend docs]: /integrations/trend

View File

@ -272,7 +272,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
- Add Touchline climate platform ([@abondoe] - [#10547]) ([climate.touchline docs]) (new-platform) - Add Touchline climate platform ([@abondoe] - [#10547]) ([climate.touchline docs]) (new-platform)
- Upgrade pysnmp to 4.4.4 ([@fabaff] - [#11485]) ([device_tracker.snmp docs]) ([sensor.snmp docs]) ([switch.snmp docs]) - Upgrade pysnmp to 4.4.4 ([@fabaff] - [#11485]) ([device_tracker.snmp docs]) ([sensor.snmp docs]) ([switch.snmp docs])
- Add new iGlo component ([@jesserockz] - [#11171]) ([light.iglo docs]) (new-platform) - Add new iGlo component ([@jesserockz] - [#11171]) ([light.iglo docs]) (new-platform)
- Add missing configuration variables ([@fabaff] - [#11390]) ([sensor.metoffice docs]) - Add missing configuration variables ([@fabaff] - [#11390]) ([metoffice docs])
- Clean up Alexa.intent and DialogFlow.intent ([@balloob] - [#11492]) ([alexa.intent docs]) - Clean up Alexa.intent and DialogFlow.intent ([@balloob] - [#11492]) ([alexa.intent docs])
- Fix time functions would throw errors in python scripts ([@tomwaters] - [#11414]) ([python_script docs]) - Fix time functions would throw errors in python scripts ([@tomwaters] - [#11414]) ([python_script docs])
- Upgrade pywebpush to 1.5.0 ([@Chris-V] - [#11497]) ([notify.html5 docs]) - Upgrade pywebpush to 1.5.0 ([@Chris-V] - [#11497]) ([notify.html5 docs])
@ -707,6 +707,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
[media_player.plex docs]: /integrations/plex#media-player [media_player.plex docs]: /integrations/plex#media-player
[media_player.squeezebox docs]: /integrations/squeezebox [media_player.squeezebox docs]: /integrations/squeezebox
[media_player.yamaha docs]: /integrations/yamaha [media_player.yamaha docs]: /integrations/yamaha
[metoffice docs]: /integrations/metoffice/
[modbus docs]: /integrations/modbus/ [modbus docs]: /integrations/modbus/
[notify.html5 docs]: /integrations/html5 [notify.html5 docs]: /integrations/html5
[notify.pushbullet docs]: /integrations/pushbullet [notify.pushbullet docs]: /integrations/pushbullet
@ -730,7 +731,6 @@ Note however, that this feature was replaced by a new ignore_string config optio
[sensor.isy994 docs]: /integrations/isy994#sensors [sensor.isy994 docs]: /integrations/isy994#sensors
[sensor.knx docs]: /integrations/sensor.knx/ [sensor.knx docs]: /integrations/sensor.knx/
[sensor.luftdaten docs]: /integrations/luftdaten#sensor [sensor.luftdaten docs]: /integrations/luftdaten#sensor
[sensor.metoffice docs]: /integrations/sensor.metoffice/
[sensor.miflora docs]: /integrations/miflora [sensor.miflora docs]: /integrations/miflora
[sensor.mqtt docs]: /integrations/sensor.mqtt/ [sensor.mqtt docs]: /integrations/sensor.mqtt/
[sensor.openweathermap docs]: /integrations/openweathermap#sensor [sensor.openweathermap docs]: /integrations/openweathermap#sensor
@ -781,7 +781,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
[@rcloran]: https://github.com/rcloran [@rcloran]: https://github.com/rcloran
[@rwa]: https://github.com/rwa [@rwa]: https://github.com/rwa
[@tinloaf]: https://github.com/tinloaf [@tinloaf]: https://github.com/tinloaf
[binary_sensor.rfxtrx docs]: /integrations/binary_sensor.rfxtrx/ [binary_sensor.rfxtrx docs]: /integrations/rfxtrx#binary-sensors
[calendar.todoist docs]: /integrations/todoist [calendar.todoist docs]: /integrations/todoist
[history docs]: /integrations/history/ [history docs]: /integrations/history/
[light.zha docs]: /integrations/zha [light.zha docs]: /integrations/zha

View File

@ -100,7 +100,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Round off exchange rate ([@arsaboo] - [#11765]) ([sensor.alpha_vantage docs]) - Round off exchange rate ([@arsaboo] - [#11765]) ([sensor.alpha_vantage docs])
- Update icon (fixes #11744) ([@fabaff] - [#11758]) ([sensor.fixer docs]) - Update icon (fixes #11744) ([@fabaff] - [#11758]) ([sensor.fixer docs])
- Use localized forecast for openweathermap ([@brainexe] - [#11770]) ([sensor.openweathermap docs]) - Use localized forecast for openweathermap ([@brainexe] - [#11770]) ([sensor.openweathermap docs])
- Unit should be mph as that is what the metoffices datapoint API returns ([@ioangogo] - [#11760]) ([sensor.metoffice docs]) - Unit should be mph as that is what the metoffices datapoint API returns ([@ioangogo] - [#11760]) ([metoffice docs])
- Owntracks: Use bluetooth_le as source_type if beacon was used for location change. ([@cnrd] - [#11615]) ([device_tracker.owntracks docs]) - Owntracks: Use bluetooth_le as source_type if beacon was used for location change. ([@cnrd] - [#11615]) ([device_tracker.owntracks docs])
- Add a 'last' mode and attribute to min_max sensor ([@markferry] - [#11037]) ([sensor.min_max docs]) - Add a 'last' mode and attribute to min_max sensor ([@markferry] - [#11037]) ([sensor.min_max docs])
- Update header and make it less verbose ([@fabaff] - [#11774]) ([asterisk_mbox docs]) - Update header and make it less verbose ([@fabaff] - [#11774]) ([asterisk_mbox docs])
@ -389,7 +389,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[binary_sensor.hive docs]: /integrations/hive#binary-sensor [binary_sensor.hive docs]: /integrations/hive#binary-sensor
[binary_sensor.ihc docs]: /integrations/ihc#binary-sensor [binary_sensor.ihc docs]: /integrations/ihc#binary-sensor
[binary_sensor.maxcube docs]: /integrations/maxcube [binary_sensor.maxcube docs]: /integrations/maxcube
[binary_sensor.rfxtrx docs]: /integrations/binary_sensor.rfxtrx/ [binary_sensor.rfxtrx docs]: /integrations/rfxtrx#binary-sensors
[binary_sensor.wink docs]: /integrations/wink#binary-sensor [binary_sensor.wink docs]: /integrations/wink#binary-sensor
[binary_sensor.workday docs]: /integrations/workday [binary_sensor.workday docs]: /integrations/workday
[binary_sensor.xiaomi_aqara docs]: /integrations/binary_sensor.xiaomi_aqara/ [binary_sensor.xiaomi_aqara docs]: /integrations/binary_sensor.xiaomi_aqara/
@ -442,6 +442,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[media_player.samsungtv docs]: /integrations/samsungtv [media_player.samsungtv docs]: /integrations/samsungtv
[media_player.sonos docs]: /integrations/sonos [media_player.sonos docs]: /integrations/sonos
[media_player.yamaha docs]: /integrations/yamaha [media_player.yamaha docs]: /integrations/yamaha
[metoffice docs]: /integrations/metoffice/
[notify.clicksend docs]: /integrations/clicksend [notify.clicksend docs]: /integrations/clicksend
[notify.prowl docs]: /integrations/prowl [notify.prowl docs]: /integrations/prowl
[plant docs]: /integrations/plant/ [plant docs]: /integrations/plant/
@ -456,7 +457,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.hive docs]: /integrations/hive#sensor [sensor.hive docs]: /integrations/hive#sensor
[sensor.ihc docs]: /integrations/ihc#sensor [sensor.ihc docs]: /integrations/ihc#sensor
[sensor.iota docs]: /integrations/iota#sensor [sensor.iota docs]: /integrations/iota#sensor
[sensor.metoffice docs]: /integrations/sensor.metoffice/
[sensor.miflora docs]: /integrations/miflora [sensor.miflora docs]: /integrations/miflora
[sensor.min_max docs]: /integrations/min_max [sensor.min_max docs]: /integrations/min_max
[sensor.mold_indicator docs]: /integrations/mold_indicator [sensor.mold_indicator docs]: /integrations/mold_indicator

View File

@ -557,7 +557,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.folder docs]: /integrations/folder [sensor.folder docs]: /integrations/folder
[sensor.knx docs]: /integrations/sensor.knx/ [sensor.knx docs]: /integrations/sensor.knx/
[sensor.pollen docs]: /integrations/iqvia [sensor.pollen docs]: /integrations/iqvia
[sensor.rfxtrx docs]: /integrations/sensor.rfxtrx/ [sensor.rfxtrx docs]: /integrations/rfxtrx#sensors
[sensor.sabnzbd docs]: /integrations/sabnzbd [sensor.sabnzbd docs]: /integrations/sabnzbd
[sensor.sma docs]: /integrations/sma#sensors [sensor.sma docs]: /integrations/sma#sensors
[sensor.smappee docs]: /integrations/sma#sensorsppee/ [sensor.smappee docs]: /integrations/sma#sensorsppee/
@ -634,7 +634,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@happyleavesaoc]: https://github.com/happyleavesaoc [@happyleavesaoc]: https://github.com/happyleavesaoc
[@ryanm101]: https://github.com/ryanm101 [@ryanm101]: https://github.com/ryanm101
[@uchagani]: https://github.com/uchagani [@uchagani]: https://github.com/uchagani
[binary_sensor.rfxtrx docs]: /integrations/binary_sensor.rfxtrx/ [binary_sensor.rfxtrx docs]: /integrations/rfxtrx#binary-sensors
[bmw_connected_drive docs]: /integrations/bmw_connected_drive/ [bmw_connected_drive docs]: /integrations/bmw_connected_drive/
[logbook docs]: /integrations/logbook/ [logbook docs]: /integrations/logbook/
[media_player.plex docs]: /integrations/plex#media-player [media_player.plex docs]: /integrations/plex#media-player

View File

@ -174,7 +174,7 @@
/components/binary_sensor.rainmachine /integrations/rainmachine /components/binary_sensor.rainmachine /integrations/rainmachine
/components/binary_sensor.random /integrations/random#binary-sensor /components/binary_sensor.random /integrations/random#binary-sensor
/components/binary_sensor.raspihats /integrations/raspihats#binary-sensor /components/binary_sensor.raspihats /integrations/raspihats#binary-sensor
/components/binary_sensor.rfxtrx /integrations/rfxtrx#binary-sensor /components/binary_sensor.rfxtrx /integrations/rfxtrx#binary-sensors
/components/binary_sensor.ring /integrations/ring#binary-sensor /components/binary_sensor.ring /integrations/ring#binary-sensor
/components/binary_sensor.rpi_gpio /integrations/rpi_gpio#binary-sensor /components/binary_sensor.rpi_gpio /integrations/rpi_gpio#binary-sensor
/components/binary_sensor.rpi_pfio /integrations/rpi_pfio#binary-sensor /components/binary_sensor.rpi_pfio /integrations/rpi_pfio#binary-sensor
@ -829,7 +829,7 @@
/components/sensor.reddit /integrations/reddit /components/sensor.reddit /integrations/reddit
/components/sensor.rejseplanen /integrations/rejseplanen /components/sensor.rejseplanen /integrations/rejseplanen
/components/sensor.rest /integrations/rest /components/sensor.rest /integrations/rest
/components/sensor.rfxtrx /integrations/rfxtrx#sensor /components/sensor.rfxtrx /integrations/rfxtrx#sensors
/components/sensor.ring /integrations/ring#sensor /components/sensor.ring /integrations/ring#sensor
/components/sensor.ripple /integrations/ripple /components/sensor.ripple /integrations/ripple
/components/sensor.rmvtransport /integrations/rmvtransport /components/sensor.rmvtransport /integrations/rmvtransport
@ -1160,7 +1160,6 @@
/components/binary_sensor.mysensors /integrations/binary_sensor.mysensors /components/binary_sensor.mysensors /integrations/binary_sensor.mysensors
/components/binary_sensor.rest /integrations/binary_sensor.rest /components/binary_sensor.rest /integrations/binary_sensor.rest
/components/binary_sensor.rflink /integrations/binary_sensor.rflink /components/binary_sensor.rflink /integrations/binary_sensor.rflink
/components/binary_sensor.rfxtrx /integrations/binary_sensor.rfxtrx
/components/binary_sensor.template /integrations/binary_sensor.template /components/binary_sensor.template /integrations/binary_sensor.template
/components/binary_sensor.xiaomi_aqara /integrations/binary_sensor.xiaomi_aqara /components/binary_sensor.xiaomi_aqara /integrations/binary_sensor.xiaomi_aqara
/components/bitcoin /integrations/bitcoin /components/bitcoin /integrations/bitcoin
@ -1765,12 +1764,12 @@
/components/sensor.command_line /integrations/sensor.command_line /components/sensor.command_line /integrations/sensor.command_line
/components/sensor.ios /integrations/sensor.ios /components/sensor.ios /integrations/sensor.ios
/components/sensor.knx /integrations/sensor.knx /components/sensor.knx /integrations/sensor.knx
/components/sensor.metoffice /integrations/sensor.metoffice /components/sensor.metoffice /integrations/metoffice
/components/sensor.modbus /integrations/sensor.modbus /components/sensor.modbus /integrations/sensor.modbus
/components/sensor.mqtt /integrations/sensor.mqtt /components/sensor.mqtt /integrations/sensor.mqtt
/components/sensor.mysensors /integrations/sensor.mysensors /components/sensor.mysensors /integrations/sensor.mysensors
/components/sensor.rflink /integrations/sensor.rflink /components/sensor.rflink /integrations/sensor.rflink
/components/sensor.rfxtrx /integrations/sensor.rfxtrx /components/sensor.rfxtrx /integrations/rfxtrx#sensors
/components/sensor.websocket_api /integrations/sensor.websocket_api /components/sensor.websocket_api /integrations/sensor.websocket_api
/components/sensor.xiaomi_aqara /integrations/sensor.xiaomi_aqara /components/sensor.xiaomi_aqara /integrations/sensor.xiaomi_aqara
/components/sensor.xiaomi_miio /integrations/sensor.xiaomi_miio /components/sensor.xiaomi_miio /integrations/sensor.xiaomi_miio