🔗 Fix broken links (part 7) (#10636)

This commit is contained in:
Klaas Schoute 2019-10-06 23:10:31 +02:00 committed by Franck Nijhof
parent 8243ed01ca
commit 67b99f6577
30 changed files with 56 additions and 72 deletions

View File

@ -30,7 +30,7 @@ It's been another two weeks which means it's time for release: 0.14!
- Switch: [D-Link smart plugs] now supported ([@LinuxChristian]) - Switch: [D-Link smart plugs] now supported ([@LinuxChristian])
- Script: Toggle support added ([@Andythigpen]) - Script: Toggle support added ([@Andythigpen])
- Light: [Wemo] now supported ([@jaharkes]) - Light: [Wemo] now supported ([@jaharkes])
- Rollershutter: [Command line platform][rollershutter.command_line] added ([@t30]) - Rollershutter: Command line platform added ([@t30])
- Sensor: [Steam] now supported ([@GreenTurtwig]) - Sensor: [Steam] now supported ([@GreenTurtwig])
- Binary Sensor: [Wink] now supported ([@w1ll1am23]) - Binary Sensor: [Wink] now supported ([@w1ll1am23])
- Demo has been updated ([@kfgoode]) - Demo has been updated ([@kfgoode])
@ -64,7 +64,6 @@ It's been another two weeks which means it's time for release: 0.14!
[Z-Wave]: /integrations/zwave [Z-Wave]: /integrations/zwave
[D-Link smart plugs]: /integrations/dlink [D-Link smart plugs]: /integrations/dlink
[Wemo]: /integrations/wemo [Wemo]: /integrations/wemo
[rollershutter.command_line]: /integrations/rollershutter.command_line/
[Steam]: /integrations/steam_online [Steam]: /integrations/steam_online
[Wink]: /integrations/wink#binary-sensor [Wink]: /integrations/wink#binary-sensor
[the cookbook]: /cookbook/python_component_simple_alarm/ [the cookbook]: /cookbook/python_component_simple_alarm/

View File

@ -25,7 +25,7 @@ Tons of new supported things in 0.20.
- Configurator: allow supplying a link to the user ([@mnestor]) - Configurator: allow supplying a link to the user ([@mnestor])
- Media Player: [Roku] now supported ([@bah2830]) - Media Player: [Roku] now supported ([@bah2830])
- Sensor: [Last.fm] now supported ([@darookee], [@GreenTurtwig]) - Sensor: [Last.fm] now supported ([@darookee], [@GreenTurtwig])
- Notify: Amazon Lambda, [SNS], [SQS] now supported ([@robbiet480]) - Notify: Amazon Lambda, [SNS], SQS now supported ([@robbiet480])
- Light: allow human readable colors in turn_on command ([@robbiet480]) - Light: allow human readable colors in turn_on command ([@robbiet480])
- YAML: new include dir options [`!include_dir_merge_list`] and [`!include_dir_merge_named`] ([@happyleavesaoc]) - YAML: new include dir options [`!include_dir_merge_list`] and [`!include_dir_merge_named`] ([@happyleavesaoc])
- Media Player: [LG Netcast TVs] now supported ([@wokar]) - Media Player: [LG Netcast TVs] now supported ([@wokar])
@ -76,7 +76,6 @@ device_tracker:
[purge days option]: /integrations/recorder/ [purge days option]: /integrations/recorder/
[Roku]: /integrations/roku#media-player [Roku]: /integrations/roku#media-player
[SNS]: /integrations/notify.aws_sns/ [SNS]: /integrations/notify.aws_sns/
[SQS]: /integrations/notify.aws_sqs/
[supervisord]: /integrations/supervisord [supervisord]: /integrations/supervisord
[Twilio SMS]: /integrations/twilio_sms [Twilio SMS]: /integrations/twilio_sms
[Last.fm]: /integrations/lastfm [Last.fm]: /integrations/lastfm

View File

@ -170,7 +170,7 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r
[KNX]: /integrations/sensor.knx/ [KNX]: /integrations/sensor.knx/
[Kodi]: /integrations/kodi [Kodi]: /integrations/kodi
[Modbus]: /integrations/modbus/ [Modbus]: /integrations/modbus/
[Nest]: /integrations/fan.nest/ [Nest]: /integrations/nest/
[Nuimo]: /integrations/nuimo_controller/ [Nuimo]: /integrations/nuimo_controller/
[OpenALPR]: /integrations/openalpr_local_local [OpenALPR]: /integrations/openalpr_local_local
[passwordless]: /integrations/http/ [passwordless]: /integrations/http/

View File

@ -168,7 +168,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[facebook]: /integrations/facebook [facebook]: /integrations/facebook
[image]: /integrations/image_processing/ [image]: /integrations/image_processing/
[influx]: /integrations/influxdb/ [influx]: /integrations/influxdb/
[insteon]: /integrations/insteon_local/ [insteon]: /integrations/insteon/
[iss]: /integrations/iss [iss]: /integrations/iss
[kankun]: /integrations/kankun [kankun]: /integrations/kankun
[lannouncer]: /integrations/lannouncer [lannouncer]: /integrations/lannouncer

View File

@ -364,8 +364,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
[image_processing.dlib_face_identify docs]: /integrations/dlib_face_identify [image_processing.dlib_face_identify docs]: /integrations/dlib_face_identify
[image_processing.microsoft_face_detect docs]: /integrations/microsoft_face_detect [image_processing.microsoft_face_detect docs]: /integrations/microsoft_face_detect
[image_processing.microsoft_face_identify docs]: /integrations/microsoft_face_identify [image_processing.microsoft_face_identify docs]: /integrations/microsoft_face_identify
[image_processing.openalpr_cloud docs]: /integrations/openalpr_local_cloud [image_processing.openalpr_cloud docs]: /integrations/openalpr_cloud
[image_processing.openalpr_local docs]: /integrations/openalpr_local_local [image_processing.openalpr_local docs]: /integrations/openalpr_local
[image_processing.opencv docs]: /integrations/opencv [image_processing.opencv docs]: /integrations/opencv
[image_processing.seven_segments docs]: /integrations/seven_segments [image_processing.seven_segments docs]: /integrations/seven_segments
[kira docs]: /integrations/kira/ [kira docs]: /integrations/kira/

View File

@ -100,7 +100,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Always return rgb color of bulbs ([@w1ll1am23] - [#7743]) ([light.wink docs]) - Always return rgb color of bulbs ([@w1ll1am23] - [#7743]) ([light.wink docs])
- Redesign monitored variables for hp_ilo sensor ([@Juggels] - [#7534]) ([sensor.hp_ilo docs]) (breaking change) - Redesign monitored variables for hp_ilo sensor ([@Juggels] - [#7534]) ([sensor.hp_ilo docs]) (breaking change)
- Fix time_date sensor to update at predictable intervals ([@stu-gott] - [#7644]) ([sensor.time_date docs]) - Fix time_date sensor to update at predictable intervals ([@stu-gott] - [#7644]) ([sensor.time_date docs])
- Added new commands and functionality to the harmony remote component. ([@everix1992] - [#7113]) ([remote docs]) ([remote.harmony docs]) ([remote.services.yaml docs]) - Added new commands and functionality to the harmony remote component. ([@everix1992] - [#7113]) ([remote docs]) ([remote.harmony docs]) (remote.services.yaml docs)
- Template light ([@cribbstechnologies] - [#7657]) ([light.template docs]) (new-platform) - Template light ([@cribbstechnologies] - [#7657]) ([light.template docs]) (new-platform)
- Exclude filter for event types ([@amigian74] - [#7627]) - Exclude filter for event types ([@amigian74] - [#7627])
- Change setup script to use pip install instead of setup.py develop ([@hoh] - [#7756]) - Change setup script to use pip install instead of setup.py develop ([@hoh] - [#7756])
@ -329,7 +329,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[hassio docs]: /integrations/hassio/ [hassio docs]: /integrations/hassio/
[homematic docs]: /integrations/homematic/ [homematic docs]: /integrations/homematic/
[image_processing.seven_segments docs]: /integrations/seven_segments [image_processing.seven_segments docs]: /integrations/seven_segments
[insteon_local docs]: /integrations/insteon_local/ [insteon_local docs]: /integrations/insteon/
[ios docs]: /integrations/ios/ [ios docs]: /integrations/ios/
[light.__init__ docs]: /integrations/light.__init__/ [light.__init__ docs]: /integrations/light.__init__/
[light.flux_led docs]: /integrations/flux_led [light.flux_led docs]: /integrations/flux_led
@ -355,7 +355,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[recorder.__init__ docs]: /integrations/recorder.__init__/ [recorder.__init__ docs]: /integrations/recorder.__init__/
[remote docs]: /integrations/remote/ [remote docs]: /integrations/remote/
[remote.harmony docs]: /integrations/harmony [remote.harmony docs]: /integrations/harmony
[remote.services.yaml docs]: /integrations/remote.services.yaml/
[scene.hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview [scene.hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview
[sensor.amcrest docs]: /integrations/amcrest [sensor.amcrest docs]: /integrations/amcrest
[sensor.arlo docs]: /integrations/arlo#sensor [sensor.arlo docs]: /integrations/arlo#sensor

View File

@ -448,12 +448,12 @@ light:
[digital_ocean docs]: /integrations/digital_ocean/ [digital_ocean docs]: /integrations/digital_ocean/
[fan.comfoconnect docs]: /integrations/comfoconnect [fan.comfoconnect docs]: /integrations/comfoconnect
[fan.dyson docs]: /integrations/dyson#fan [fan.dyson docs]: /integrations/dyson#fan
[fan.insteon_local docs]: /integrations/insteon_local/ [fan.insteon_local docs]: /integrations/insteon/
[group docs]: /integrations/group/ [group docs]: /integrations/group/
[image_processing.opencv docs]: /integrations/opencv [image_processing.opencv docs]: /integrations/opencv
[influxdb docs]: /integrations/influxdb/ [influxdb docs]: /integrations/influxdb/
[insteon_hub docs]: /integrations/insteon/ [insteon_hub docs]: /integrations/insteon/
[insteon_local docs]: /integrations/insteon_local/ [insteon_local docs]: /integrations/insteon/
[knx docs]: /integrations/knx/ [knx docs]: /integrations/knx/
[light.decora docs]: /integrations/decora [light.decora docs]: /integrations/decora
[light.isy994 docs]: /integrations/isy994 [light.isy994 docs]: /integrations/isy994

View File

@ -376,7 +376,7 @@ vacuum:
[history docs]: /integrations/history/ [history docs]: /integrations/history/
[image_processing.opencv docs]: /integrations/opencv [image_processing.opencv docs]: /integrations/opencv
[influxdb docs]: /integrations/influxdb/ [influxdb docs]: /integrations/influxdb/
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[light.decora_wifi docs]: /integrations/decora_wifi/ [light.decora_wifi docs]: /integrations/decora_wifi/
[light.flux_led docs]: /integrations/flux_led [light.flux_led docs]: /integrations/flux_led
[light.lifx docs]: /integrations/lifx [light.lifx docs]: /integrations/lifx

View File

@ -324,7 +324,7 @@ usps:
[fan.isy994 docs]: /integrations/isy994 [fan.isy994 docs]: /integrations/isy994
[image_processing.dlib_face_detect docs]: /integrations/dlib_face_detect [image_processing.dlib_face_detect docs]: /integrations/dlib_face_detect
[image_processing.dlib_face_identify docs]: /integrations/dlib_face_identify [image_processing.dlib_face_identify docs]: /integrations/dlib_face_identify
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[light.decora_wifi docs]: /integrations/decora_wifi/ [light.decora_wifi docs]: /integrations/decora_wifi/
[light.flux_led docs]: /integrations/flux_led [light.flux_led docs]: /integrations/flux_led
[light.hue docs]: /integrations/hue [light.hue docs]: /integrations/hue

View File

@ -385,7 +385,7 @@ frontend:
[image_processing.dlib_face_detect docs]: /integrations/dlib_face_detect [image_processing.dlib_face_detect docs]: /integrations/dlib_face_detect
[image_processing.dlib_face_identify docs]: /integrations/dlib_face_identify [image_processing.dlib_face_identify docs]: /integrations/dlib_face_identify
[input_text docs]: /integrations/input_text/ [input_text docs]: /integrations/input_text/
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[light.homematic docs]: /integrations/homematic [light.homematic docs]: /integrations/homematic
[light.hue docs]: /integrations/hue [light.hue docs]: /integrations/hue
[light.lutron_caseta docs]: /integrations/lutron_caseta/ [light.lutron_caseta docs]: /integrations/lutron_caseta/

View File

@ -321,7 +321,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[cover.rflink docs]: /integrations/cover.rflink/ [cover.rflink docs]: /integrations/cover.rflink/
[demo docs]: /integrations/demo/ [demo docs]: /integrations/demo/
[device_tracker.owntracks docs]: /integrations/owntracks [device_tracker.owntracks docs]: /integrations/owntracks
[device_tracker.owntracks_http docs]: /integrations/owntracks_http/ [device_tracker.owntracks_http docs]: /integrations/owntracks
[duckdns docs]: /integrations/duckdns/ [duckdns docs]: /integrations/duckdns/
[ecobee docs]: /integrations/ecobee/ [ecobee docs]: /integrations/ecobee/
[emulated_hue docs]: /integrations/emulated_hue/ [emulated_hue docs]: /integrations/emulated_hue/

View File

@ -213,7 +213,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Add Sytadin Traffic component ([@gautric] - [#9524]) ([sensor.sytadin docs]) (new-platform) - Add Sytadin Traffic component ([@gautric] - [#9524]) ([sensor.sytadin docs]) (new-platform)
- media_title property now returns current source ([@etsinko] - [#10120]) ([media_player.monoprice docs]) - media_title property now returns current source ([@etsinko] - [#10120]) ([media_player.monoprice docs])
- Added new Clickatell SMS messaging Notify Platform ([@davlloyd] - [#9775]) ([notify.clickatell docs]) (new-platform) - Added new Clickatell SMS messaging Notify Platform ([@davlloyd] - [#9775]) ([notify.clickatell docs]) (new-platform)
- update boto3 to 1.4.7 and botocore to 1.7.34 ([@TopdRob] - [#10121]) (notify.aws_lambda docs) ([notify.aws_sns docs]) ([notify.aws_sqs docs]) ([tts.amazon_polly docs]) - update boto3 to 1.4.7 and botocore to 1.7.34 ([@TopdRob] - [#10121]) (notify.aws_lambda docs) ([notify.aws_sns docs]) (notify.aws_sqs docs) ([tts.amazon_polly docs])
- Add Random binary sensor ([@fabaff] - [#10164]) ([binary_sensor.random docs]) (new-platform) - Add Random binary sensor ([@fabaff] - [#10164]) ([binary_sensor.random docs]) (new-platform)
- Add clickatell ([@fabaff] - [#10199]) - Add clickatell ([@fabaff] - [#10199])
- Update CODEOWNERS ([@ggravlingen] - [#10198]) - Update CODEOWNERS ([@ggravlingen] - [#10198])
@ -587,7 +587,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[namecheapdns docs]: /integrations/namecheapdns/ [namecheapdns docs]: /integrations/namecheapdns/
[no_ip docs]: /integrations/no_ip/ [no_ip docs]: /integrations/no_ip/
[notify.aws_sns docs]: /integrations/notify.aws_sns/ [notify.aws_sns docs]: /integrations/notify.aws_sns/
[notify.aws_sqs docs]: /integrations/notify.aws_sqs/
[notify.clickatell docs]: /integrations/clickatell [notify.clickatell docs]: /integrations/clickatell
[notify.sendgrid docs]: /integrations/sendgrid [notify.sendgrid docs]: /integrations/sendgrid
[notify.yessssms docs]: /integrations/yessssms [notify.yessssms docs]: /integrations/yessssms

View File

@ -666,7 +666,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
[device_tracker.snmp docs]: /integrations/snmp [device_tracker.snmp docs]: /integrations/snmp
[device_tracker.tile docs]: /integrations/tile [device_tracker.tile docs]: /integrations/tile
[digital_ocean docs]: /integrations/digital_ocean/ [digital_ocean docs]: /integrations/digital_ocean/
[fan.insteon_local docs]: /integrations/insteon_local/ [fan.insteon_local docs]: /integrations/insteon/
[fan.isy994 docs]: /integrations/isy994 [fan.isy994 docs]: /integrations/isy994
[fan.xiaomi_miio docs]: /integrations/fan.xiaomi_miio/ [fan.xiaomi_miio docs]: /integrations/fan.xiaomi_miio/
[google_assistant docs]: /integrations/google_assistant/ [google_assistant docs]: /integrations/google_assistant/
@ -681,7 +681,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
[image_processing.opencv docs]: /integrations/opencv [image_processing.opencv docs]: /integrations/opencv
[input_boolean docs]: /integrations/input_boolean/ [input_boolean docs]: /integrations/input_boolean/
[input_select docs]: /integrations/input_select/ [input_select docs]: /integrations/input_select/
[insteon_local docs]: /integrations/insteon_local/ [insteon_local docs]: /integrations/insteon/
[isy994 docs]: /integrations/isy994/ [isy994 docs]: /integrations/isy994/
[knx docs]: /integrations/knx/ [knx docs]: /integrations/knx/
[light.deconz docs]: /integrations/deconz#light [light.deconz docs]: /integrations/deconz#light

View File

@ -51,7 +51,7 @@ We're planning a lot of cool stuff around the entity registry. Stay tuned!
## Release 0.63.2 - February 14 ## Release 0.63.2 - February 14
- Fix MercedesMe - add check for unsupported features ([@ReneNulschDE] - [#12342]) ([mercedesme docs]) (binary_sensor.mercedesme docs) ([device_tracker.mercedesme docs]) ([sensor.mercedesme docs]) - Fix MercedesMe - add check for unsupported features ([@ReneNulschDE] - [#12342]) (mercedesme docs) (binary_sensor.mercedesme docs) (device_tracker.mercedesme docs) (sensor.mercedesme docs)
- Fix WUnderground names ([@OttoWinter] - [#12346]) ([sensor.wunderground docs]) - Fix WUnderground names ([@OttoWinter] - [#12346]) ([sensor.wunderground docs])
- Updated beacontools ([@citruz] - [#12368]) ([sensor.eddystone_temperature docs]) - Updated beacontools ([@citruz] - [#12368]) ([sensor.eddystone_temperature docs])
- Introduce zone_id to identify player+zone ([@sdague] - [#12382]) ([media_player.yamaha docs]) - Introduce zone_id to identify player+zone ([@sdague] - [#12382]) ([media_player.yamaha docs])
@ -226,7 +226,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Canary live stream ([@snjoetw] - [#11949]) ([canary docs]) ([camera.canary docs]) (breaking change) - Canary live stream ([@snjoetw] - [#11949]) ([canary docs]) ([camera.canary docs]) (breaking change)
- Replace Gitter with Discord ([@fabaff] - [#12199]) - Replace Gitter with Discord ([@fabaff] - [#12199])
- Upgrade Sphinx to 1.6.7 ([@fabaff] - [#12200]) - Upgrade Sphinx to 1.6.7 ([@fabaff] - [#12200])
- Change attributes in new Mercedes Me component ([@ReneNulschDE] - [#12147]) ([mercedesme docs]) (binary_sensor.mercedesme docs) ([device_tracker.mercedesme docs]) ([sensor.mercedesme docs]) - Change attributes in new Mercedes Me component ([@ReneNulschDE] - [#12147]) (mercedesme docs) (binary_sensor.mercedesme docs) (device_tracker.mercedesme docs) (sensor.mercedesme docs)
- Binary Sensor Template: Add icon_template and entity_picture_template support ([@hawk259] - [#12158]) ([binary_sensor.template docs]) - Binary Sensor Template: Add icon_template and entity_picture_template support ([@hawk259] - [#12158]) ([binary_sensor.template docs])
- Bump pyeconet version to fix JSONDecodeError ([@w1ll1am23] - [#12204]) ([climate.econet docs]) - Bump pyeconet version to fix JSONDecodeError ([@w1ll1am23] - [#12204]) ([climate.econet docs])
- Add support for Alexa.StepSpeaker ([@lucasweb78] - [#12183]) ([alexa docs]) - Add support for Alexa.StepSpeaker ([@lucasweb78] - [#12183]) ([alexa docs])
@ -528,7 +528,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[cover.template docs]: /integrations/cover.template/ [cover.template docs]: /integrations/cover.template/
[deconz docs]: /integrations/deconz/ [deconz docs]: /integrations/deconz/
[device_tracker.huawei_router docs]: /integrations/huawei_router [device_tracker.huawei_router docs]: /integrations/huawei_router
[device_tracker.mercedesme docs]: /integrations/device_tracker.mercedesme/
[device_tracker.mikrotik docs]: /integrations/mikrotik [device_tracker.mikrotik docs]: /integrations/mikrotik
[device_tracker.mqtt docs]: /integrations/device_tracker.mqtt/ [device_tracker.mqtt docs]: /integrations/device_tracker.mqtt/
[device_tracker.owntracks docs]: /integrations/owntracks [device_tracker.owntracks docs]: /integrations/owntracks
@ -543,7 +542,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[group docs]: /integrations/group/ [group docs]: /integrations/group/
[homematic docs]: /integrations/homematic/ [homematic docs]: /integrations/homematic/
[http docs]: /integrations/http/ [http docs]: /integrations/http/
[image_processing.openalpr_cloud docs]: /integrations/openalpr_local_cloud [image_processing.openalpr_cloud docs]: /integrations/openalpr_cloud
[influxdb docs]: /integrations/influxdb/ [influxdb docs]: /integrations/influxdb/
[input_text docs]: /integrations/input_text/ [input_text docs]: /integrations/input_text/
[ios docs]: /integrations/ios/ [ios docs]: /integrations/ios/
@ -572,7 +571,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[media_player.volumio docs]: /integrations/volumio [media_player.volumio docs]: /integrations/volumio
[media_player.webostv docs]: /integrations/webostv#media-player [media_player.webostv docs]: /integrations/webostv#media-player
[melissa docs]: /integrations/melissa/ [melissa docs]: /integrations/melissa/
[mercedesme docs]: /integrations/mercedesme/
[mochad docs]: /integrations/mochad/ [mochad docs]: /integrations/mochad/
[notify.gntp docs]: /integrations/gntp [notify.gntp docs]: /integrations/gntp
[notify.kodi docs]: /integrations/kodi [notify.kodi docs]: /integrations/kodi
@ -592,7 +590,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.deutsche_bahn docs]: /integrations/deutsche_bahn [sensor.deutsche_bahn docs]: /integrations/deutsche_bahn
[sensor.fritzbox_callmonitor docs]: /integrations/fritzbox#sensor_callmonitor/ [sensor.fritzbox_callmonitor docs]: /integrations/fritzbox#sensor_callmonitor/
[sensor.melissa docs]: /integrations/melissa/ [sensor.melissa docs]: /integrations/melissa/
[sensor.mercedesme docs]: /integrations/sensor.mercedesme/
[sensor.miflora docs]: /integrations/miflora [sensor.miflora docs]: /integrations/miflora
[sensor.onewire docs]: /integrations/onewire [sensor.onewire docs]: /integrations/onewire
[sensor.pollen docs]: /integrations/iqvia [sensor.pollen docs]: /integrations/iqvia
@ -653,12 +650,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@amelchio]: https://github.com/amelchio [@amelchio]: https://github.com/amelchio
[@citruz]: https://github.com/citruz [@citruz]: https://github.com/citruz
[@sdague]: https://github.com/sdague [@sdague]: https://github.com/sdague
[device_tracker.mercedesme docs]: /integrations/device_tracker.mercedesme/
[light.limitlessled docs]: /integrations/limitlessled [light.limitlessled docs]: /integrations/limitlessled
[media_player.yamaha docs]: /integrations/yamaha [media_player.yamaha docs]: /integrations/yamah
[mercedesme docs]: /integrations/mercedesme/
[sensor.eddystone_temperature docs]: /integrations/eddystone_temperature [sensor.eddystone_temperature docs]: /integrations/eddystone_temperature
[sensor.mercedesme docs]: /integrations/sensor.mercedesme/
[sensor.wunderground docs]: /integrations/wunderground [sensor.wunderground docs]: /integrations/wunderground
[#12392]: https://github.com/home-assistant/home-assistant/pull/12392 [#12392]: https://github.com/home-assistant/home-assistant/pull/12392
[#12421]: https://github.com/home-assistant/home-assistant/pull/12421 [#12421]: https://github.com/home-assistant/home-assistant/pull/12421

View File

@ -178,7 +178,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
<!--more--> <!--more-->
## Breaking Changes ## Breaking Changes
- Insteon PLM: If you have created platform overrides in your configuration.yaml file to change a your INSTEON device to map to a different Home Assistant platform, that mapping will no longer be in effect. Please see the new device override capabilities in the [insteon_plm documentation](/integrations/insteon_plm/). ([@teharris1] - [#12534]) ([insteon_plm docs]) ([binary_sensor.insteon_plm docs]) ([fan.insteon_plm docs]) ([light.insteon_plm docs]) ([sensor.insteon_plm docs]) ([switch.insteon_plm docs]) (breaking change) - Insteon PLM: If you have created platform overrides in your configuration.yaml file to change a your INSTEON device to map to a different Home Assistant platform, that mapping will no longer be in effect. Please see the new device override capabilities in the [insteon_plm documentation](/integrations/insteon/). ([@teharris1] - [#12534]) ([insteon_plm docs]) ([binary_sensor.insteon_plm docs]) ([fan.insteon_plm docs]) ([light.insteon_plm docs]) ([sensor.insteon_plm docs]) ([switch.insteon_plm docs]) (breaking change)
- AirVisual's air index unit is AQI (Air Quality Index), not PSI (Pressure per Square Inch). ([@chilicheech] - [#12730]) ([sensor.airvisual docs]) (breaking change) - AirVisual's air index unit is AQI (Air Quality Index), not PSI (Pressure per Square Inch). ([@chilicheech] - [#12730]) ([sensor.airvisual docs]) (breaking change)
- TekSavvy Sensor: The sensor entity id for peak upload usage used to be `sensor.teksavvy_on_peak_upload_` this has been changed to `sensor.teksavvy_on_peak_upload`. The `usage` title was shared between and therefore indeterminate between GB and % usage. Therefore % usage entity ID has been changed to `sensor.teksavvy_usage_ratio` ([@mikeodr] - [#12325]) ([sensor.teksavvy docs]) (breaking change) - TekSavvy Sensor: The sensor entity id for peak upload usage used to be `sensor.teksavvy_on_peak_upload_` this has been changed to `sensor.teksavvy_on_peak_upload`. The `usage` title was shared between and therefore indeterminate between GB and % usage. Therefore % usage entity ID has been changed to `sensor.teksavvy_usage_ratio` ([@mikeodr] - [#12325]) ([sensor.teksavvy docs]) (breaking change)
- Egardia redesign - generic component and sensor support ([@jeroenterheerdt] - [#11994]) ([egardia docs]) ([alarm_control_panel.egardia docs]) ([binary_sensor.egardia docs]) (breaking change) (new-platform) - Egardia redesign - generic component and sensor support ([@jeroenterheerdt] - [#11994]) ([egardia docs]) ([alarm_control_panel.egardia docs]) ([binary_sensor.egardia docs]) (breaking change) (new-platform)
@ -549,7 +549,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[binary_sensor.concord232 docs]: /integrations/concord232#binary-sensor [binary_sensor.concord232 docs]: /integrations/concord232#binary-sensor
[binary_sensor.egardia docs]: /integrations/egardia#binary-sensor [binary_sensor.egardia docs]: /integrations/egardia#binary-sensor
[binary_sensor.hikvision docs]: /integrations/hikvision [binary_sensor.hikvision docs]: /integrations/hikvision
[binary_sensor.insteon_plm docs]: /integrations/insteon_plm/ [binary_sensor.insteon_plm docs]: /integrations/insteon/
[binary_sensor.isy994 docs]: /integrations/isy994 [binary_sensor.isy994 docs]: /integrations/isy994
[binary_sensor.knx docs]: /integrations/binary_sensor.knx/ [binary_sensor.knx docs]: /integrations/binary_sensor.knx/
[binary_sensor.upcloud docs]: /integrations/upcloud#binary-sensor [binary_sensor.upcloud docs]: /integrations/upcloud#binary-sensor
@ -582,7 +582,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[hue docs]: /integrations/hue/ [hue docs]: /integrations/hue/
[ihc docs]: /integrations/ihc/ [ihc docs]: /integrations/ihc/
[influxdb docs]: /integrations/influxdb/ [influxdb docs]: /integrations/influxdb/
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[knx docs]: /integrations/knx/ [knx docs]: /integrations/knx/
[light docs]: /integrations/light/ [light docs]: /integrations/light/
[light.demo docs]: /integrations/light.demo/ [light.demo docs]: /integrations/light.demo/
@ -636,7 +636,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.zestimate docs]: /integrations/zestimate [sensor.zestimate docs]: /integrations/zestimate
[shopping_list docs]: /integrations/shopping_list/ [shopping_list docs]: /integrations/shopping_list/
[switch.edimax docs]: /integrations/edimax [switch.edimax docs]: /integrations/edimax
[switch.insteon_plm docs]: /integrations/insteon_plm/ [switch.insteon_plm docs]: /integrations/insteon/
[switch.rest docs]: /integrations/switch.rest/ [switch.rest docs]: /integrations/switch.rest/
[switch.tesla docs]: /integrations/tesla [switch.tesla docs]: /integrations/tesla
[switch.upcloud docs]: /integrations/upcloud#switch [switch.upcloud docs]: /integrations/upcloud#switch

View File

@ -56,7 +56,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Updates default Pilight port number ([@frenck] - [#13419]) ([pilight docs]) (breaking change) - Updates default Pilight port number ([@frenck] - [#13419]) ([pilight docs]) (breaking change)
- Update to new "b2vapi" of BMW ConnectedDrive ([@ChristianKuehnel] - [#13305]) ([bmw_connected_drive docs]) ([binary_sensor.bmw_connected_drive docs]) ([lock.bmw_connected_drive docs]) ([sensor.bmw_connected_drive docs]) (breaking change) - Update to new "b2vapi" of BMW ConnectedDrive ([@ChristianKuehnel] - [#13305]) ([bmw_connected_drive docs]) ([binary_sensor.bmw_connected_drive docs]) ([lock.bmw_connected_drive docs]) ([sensor.bmw_connected_drive docs]) (breaking change)
- Remove MercedesME component ([@ReneNulschDE] - [#13538]) ([device_tracker docs]) ([mercedesme docs]) (binary_sensor.mercedesme docs) ([sensor.mercedesme docs]) (breaking change) - Remove MercedesME component ([@ReneNulschDE] - [#13538]) ([device_tracker docs]) (mercedesme docs) (binary_sensor.mercedesme docs) (sensor.mercedesme docs) (breaking change)
- Channel up and down for webostv ([@stephanerosi] - [#13624]) ([media_player.webostv docs]) (breaking change) - Channel up and down for webostv ([@stephanerosi] - [#13624]) ([media_player.webostv docs]) (breaking change)
- Add media type separation for video/movie ([@tadly] - [#13612]) (breaking change) - Add media type separation for video/movie ([@tadly] - [#13612]) (breaking change)
- Added ENTITY_ID_FORMAT import and set entity_id in __init__ ([@timmo001] - [#13642]) ([switch.broadlink docs]) (breaking change) - Added ENTITY_ID_FORMAT import and set entity_id in __init__ ([@timmo001] - [#13642]) ([switch.broadlink docs]) (breaking change)
@ -108,7 +108,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Added HassOpenCover and HassCloseCover intents ([@tschmidty69] - [#13372]) ([conversation docs]) ([cover docs]) - Added HassOpenCover and HassCloseCover intents ([@tschmidty69] - [#13372]) ([conversation docs]) ([cover docs])
- rfxtrx lib 0.22.0 ([@Danielhiversen] - [#13576]) ([rfxtrx docs]) - rfxtrx lib 0.22.0 ([@Danielhiversen] - [#13576]) ([rfxtrx docs])
- xiaomi lib upgrade ([@Danielhiversen] - [#13577]) ([xiaomi_aqara docs]) - xiaomi lib upgrade ([@Danielhiversen] - [#13577]) ([xiaomi_aqara docs])
- Remove MercedesME component ([@ReneNulschDE] - [#13538]) ([device_tracker docs]) ([mercedesme docs]) (binary_sensor.mercedesme docs) ([sensor.mercedesme docs]) (breaking change) - Remove MercedesME component ([@ReneNulschDE] - [#13538]) ([device_tracker docs]) (mercedesme docs) (binary_sensor.mercedesme docs) (sensor.mercedesme docs) (breaking change)
- Added Waze travel time sensor ([@Myrddyn1] - [#12387]) ([sensor.waze_travel_time docs]) (new-platform) - Added Waze travel time sensor ([@Myrddyn1] - [#12387]) ([sensor.waze_travel_time docs]) (new-platform)
- Added switch component to Amcrest IP Camera. ([@adpriebe] - [#12992]) ([amcrest docs]) ([switch.amcrest docs]) (new-platform) - Added switch component to Amcrest IP Camera. ([@adpriebe] - [#12992]) ([amcrest docs]) ([switch.amcrest docs]) (new-platform)
- Upgrade pyhydroquebec 2.2.1 ([@titilambert] - [#13586]) ([sensor.hydroquebec docs]) - Upgrade pyhydroquebec 2.2.1 ([@titilambert] - [#13586]) ([sensor.hydroquebec docs])
@ -354,7 +354,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[freedns docs]: /integrations/freedns/ [freedns docs]: /integrations/freedns/
[homekit docs]: /integrations/homekit/ [homekit docs]: /integrations/homekit/
[hue docs]: /integrations/hue/ [hue docs]: /integrations/hue/
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[light docs]: /integrations/light/ [light docs]: /integrations/light/
[light.nanoleaf_aurora docs]: /integrations/nanoleaf/ [light.nanoleaf_aurora docs]: /integrations/nanoleaf/
[light.hue docs]: /integrations/hue [light.hue docs]: /integrations/hue
@ -371,7 +371,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[media_player.philips_js docs]: /integrations/philips_js [media_player.philips_js docs]: /integrations/philips_js
[media_player.songpal docs]: /integrations/songpal [media_player.songpal docs]: /integrations/songpal
[media_player.webostv docs]: /integrations/webostv#media-player [media_player.webostv docs]: /integrations/webostv#media-player
[mercedesme docs]: /integrations/mercedesme/
[mqtt docs]: /integrations/mqtt/ [mqtt docs]: /integrations/mqtt/
[mysensors docs]: /integrations/mysensors/ [mysensors docs]: /integrations/mysensors/
[notify docs]: /integrations/notify/ [notify docs]: /integrations/notify/
@ -387,7 +386,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.file docs]: /integrations/file#sensor [sensor.file docs]: /integrations/file#sensor
[sensor.hydroquebec docs]: /integrations/hydroquebec [sensor.hydroquebec docs]: /integrations/hydroquebec
[sensor.imap_email_content docs]: /integrations/imap_email_content/ [sensor.imap_email_content docs]: /integrations/imap_email_content/
[sensor.mercedesme docs]: /integrations/sensor.mercedesme/
[sensor.plex docs]: /integrations/plex#sensor [sensor.plex docs]: /integrations/plex#sensor
[sensor.qnap docs]: /integrations/qnap [sensor.qnap docs]: /integrations/qnap
[sensor.qwikswitch docs]: /integrations/qwikswitch [sensor.qwikswitch docs]: /integrations/qwikswitch

View File

@ -376,7 +376,7 @@ rainmachine:
[auth docs]: /integrations/auth/ [auth docs]: /integrations/auth/
[binary_sensor docs]: /integrations/binary_sensor/ [binary_sensor docs]: /integrations/binary_sensor/
[binary_sensor.deconz docs]: /integrations/deconz#binary-sensor [binary_sensor.deconz docs]: /integrations/deconz#binary-sensor
[binary_sensor.insteon_plm docs]: /integrations/insteon_plm/ [binary_sensor.insteon_plm docs]: /integrations/insteon/
[binary_sensor.tapsaff docs]: /integrations/tapsaff [binary_sensor.tapsaff docs]: /integrations/tapsaff
[binary_sensor.trend docs]: /integrations/trend [binary_sensor.trend docs]: /integrations/trend
[binary_sensor.workday docs]: /integrations/workday [binary_sensor.workday docs]: /integrations/workday
@ -405,7 +405,7 @@ rainmachine:
[image_processing.microsoft_face_identify docs]: /integrations/microsoft_face_identify [image_processing.microsoft_face_identify docs]: /integrations/microsoft_face_identify
[image_processing.opencv docs]: /integrations/opencv [image_processing.opencv docs]: /integrations/opencv
[influxdb docs]: /integrations/influxdb/ [influxdb docs]: /integrations/influxdb/
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[light.deconz docs]: /integrations/deconz#light [light.deconz docs]: /integrations/deconz#light
[light.flux_led docs]: /integrations/flux_led [light.flux_led docs]: /integrations/flux_led
[light.hue docs]: /integrations/hue [light.hue docs]: /integrations/hue
@ -466,7 +466,7 @@ rainmachine:
[sensor.yweather docs]: /integrations/yweather [sensor.yweather docs]: /integrations/yweather
[switch.deluge docs]: /integrations/deluge#switch [switch.deluge docs]: /integrations/deluge#switch
[switch.fritzbox docs]: /integrations/fritzbox [switch.fritzbox docs]: /integrations/fritzbox
[switch.insteon_plm docs]: /integrations/insteon_plm/ [switch.insteon_plm docs]: /integrations/insteon/
[switch.mqtt docs]: /integrations/switch.mqtt/ [switch.mqtt docs]: /integrations/switch.mqtt/
[switch.rainmachine docs]: /integrations/rainmachine#switch [switch.rainmachine docs]: /integrations/rainmachine#switch
[switch.xiaomi_aqara docs]: /integrations/switch.xiaomi_aqara/ [switch.xiaomi_aqara docs]: /integrations/switch.xiaomi_aqara/

View File

@ -379,7 +379,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[homematicip_cloud docs]: /integrations/homematicip_cloud/ [homematicip_cloud docs]: /integrations/homematicip_cloud/
[http docs]: /integrations/http/ [http docs]: /integrations/http/
[image_processing.facebox docs]: /integrations/facebox [image_processing.facebox docs]: /integrations/facebox
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[iota docs]: /integrations/iota/ [iota docs]: /integrations/iota/
[isy994 docs]: /integrations/isy994/ [isy994 docs]: /integrations/isy994/
[konnected docs]: /integrations/konnected/ [konnected docs]: /integrations/konnected/

View File

@ -426,7 +426,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[hassio docs]: /integrations/hassio/ [hassio docs]: /integrations/hassio/
[hue docs]: /integrations/hue/ [hue docs]: /integrations/hue/
[image_processing.facebox docs]: /integrations/facebox [image_processing.facebox docs]: /integrations/facebox
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[konnected docs]: /integrations/konnected/ [konnected docs]: /integrations/konnected/
[light.deconz docs]: /integrations/deconz#light [light.deconz docs]: /integrations/deconz#light
[light.lifx docs]: /integrations/lifx [light.lifx docs]: /integrations/lifx
@ -485,7 +485,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.xiaomi_miio docs]: /integrations/sensor.xiaomi_miio/ [sensor.xiaomi_miio docs]: /integrations/sensor.xiaomi_miio/
[sonos docs]: /integrations/sonos/ [sonos docs]: /integrations/sonos/
[switch.doorbird docs]: /integrations/doorbird#switch [switch.doorbird docs]: /integrations/doorbird#switch
[switch.insteon_plm docs]: /integrations/insteon_plm/ [switch.insteon_plm docs]: /integrations/insteon/
[switch.linode docs]: /integrations/linode#switch [switch.linode docs]: /integrations/linode#switch
[switch.mystrom docs]: /integrations/mystrom#switch [switch.mystrom docs]: /integrations/mystrom#switch
[switch.neato docs]: /integrations/neato#switch [switch.neato docs]: /integrations/neato#switch

View File

@ -288,7 +288,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[http docs]: /integrations/http/ [http docs]: /integrations/http/
[hue docs]: /integrations/hue/ [hue docs]: /integrations/hue/
[image_processing.opencv docs]: /integrations/opencv [image_processing.opencv docs]: /integrations/opencv
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[light.deconz docs]: /integrations/deconz#light [light.deconz docs]: /integrations/deconz#light
[light.flux_led docs]: /integrations/flux_led [light.flux_led docs]: /integrations/flux_led
[light.homekit_controller docs]: /integrations/homekit_controller [light.homekit_controller docs]: /integrations/homekit_controller

View File

@ -23,7 +23,7 @@ After research, the following integrations have been impacted. Although the odds
- [google_assistant](/integrations/google_assistant/) (manual setup) - [google_assistant](/integrations/google_assistant/) (manual setup)
- [google_domains](/integrations/google_domains/) - [google_domains](/integrations/google_domains/)
- [homematicip_cloud](/integrations/homematicip_cloud/) - [homematicip_cloud](/integrations/homematicip_cloud/)
- [image_processing.openalpr_cloud](/integrations/openalpr_local_cloud) - [image_processing.openalpr_cloud](/integrations/openalpr_cloud)
- [microsoft_face](/integrations/microsoft_face/) - [microsoft_face](/integrations/microsoft_face/)
- [namecheapdns](/integrations/namecheapdns/) - [namecheapdns](/integrations/namecheapdns/)
- [no_ip](/integrations/no_ip/) - [no_ip](/integrations/no_ip/)

View File

@ -397,7 +397,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[switch.enocean docs]: /integrations/enocean#switch [switch.enocean docs]: /integrations/enocean#switch
[switch.eufy docs]: /integrations/eufy [switch.eufy docs]: /integrations/eufy
[switch.fritzbox docs]: /integrations/fritzbox [switch.fritzbox docs]: /integrations/fritzbox
[switch.insteon_plm docs]: /integrations/insteon_plm/ [switch.insteon_plm docs]: /integrations/insteon/
[switch.tuya docs]: /integrations/tuya [switch.tuya docs]: /integrations/tuya
[tahoma docs]: /integrations/tahoma/ [tahoma docs]: /integrations/tahoma/
[tts docs]: /integrations/tts/ [tts docs]: /integrations/tts/

View File

@ -313,7 +313,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[auth docs]: /integrations/auth/ [auth docs]: /integrations/auth/
[binary_sensor.alarmdecoder docs]: /integrations/alarmdecoder [binary_sensor.alarmdecoder docs]: /integrations/alarmdecoder
[binary_sensor.ihc docs]: /integrations/ihc#binary-sensor [binary_sensor.ihc docs]: /integrations/ihc#binary-sensor
[binary_sensor.insteon_plm docs]: /integrations/insteon_plm/ [binary_sensor.insteon_plm docs]: /integrations/insteon/
[binary_sensor.tahoma docs]: /integrations/tahoma [binary_sensor.tahoma docs]: /integrations/tahoma
[binary_sensor.trend docs]: /integrations/trend [binary_sensor.trend docs]: /integrations/trend
[calendar.todoist docs]: /integrations/todoist [calendar.todoist docs]: /integrations/todoist
@ -335,7 +335,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[fan docs]: /integrations/fan/ [fan docs]: /integrations/fan/
[fan.comfoconnect docs]: /integrations/comfoconnect [fan.comfoconnect docs]: /integrations/comfoconnect
[fan.dyson docs]: /integrations/dyson#fan [fan.dyson docs]: /integrations/dyson#fan
[fan.insteon_local docs]: /integrations/insteon_local/ [fan.insteon_local docs]: /integrations/insteon/
[fan.template docs]: /integrations/fan.template/ [fan.template docs]: /integrations/fan.template/
[fan.tuya docs]: /integrations/tuya [fan.tuya docs]: /integrations/tuya
[fan.wink docs]: /integrations/wink#fan [fan.wink docs]: /integrations/wink#fan
@ -347,7 +347,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[http docs]: /integrations/http/ [http docs]: /integrations/http/
[ihc docs]: /integrations/ihc/ [ihc docs]: /integrations/ihc/
[image_processing.opencv docs]: /integrations/opencv [image_processing.opencv docs]: /integrations/opencv
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[light docs]: /integrations/light/ [light docs]: /integrations/light/
[light.deconz docs]: /integrations/deconz#light [light.deconz docs]: /integrations/deconz#light
[light.futurenow docs]: /integrations/futurenow [light.futurenow docs]: /integrations/futurenow
@ -398,7 +398,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[spider docs]: /integrations/spider/ [spider docs]: /integrations/spider/
[switch docs]: /integrations/switch/ [switch docs]: /integrations/switch/
[switch.ihc docs]: /integrations/ihc#switch [switch.ihc docs]: /integrations/ihc#switch
[switch.insteon_plm docs]: /integrations/insteon_plm/ [switch.insteon_plm docs]: /integrations/insteon/
[switch.mqtt docs]: /integrations/switch.mqtt/ [switch.mqtt docs]: /integrations/switch.mqtt/
[switch.spider docs]: /integrations/spider [switch.spider docs]: /integrations/spider
[switch.tplink docs]: /integrations/tplink [switch.tplink docs]: /integrations/tplink

View File

@ -448,8 +448,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
[http docs]: /integrations/http/ [http docs]: /integrations/http/
[image_processing.opencv docs]: /integrations/opencv [image_processing.opencv docs]: /integrations/opencv
[input_datetime docs]: /integrations/input_datetime/ [input_datetime docs]: /integrations/input_datetime/
[insteon_local docs]: /integrations/insteon_local/ [insteon_local docs]: /integrations/insteon/
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[konnected docs]: /integrations/konnected/ [konnected docs]: /integrations/konnected/
[light.deconz docs]: /integrations/deconz#light [light.deconz docs]: /integrations/deconz#light
[light.wemo docs]: /integrations/wemo [light.wemo docs]: /integrations/wemo

View File

@ -600,8 +600,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
[automation.webhook docs]: /docs/automation/trigger/#webhook-trigger [automation.webhook docs]: /docs/automation/trigger/#webhook-trigger
[binary_sensor.blink docs]: /integrations/blink [binary_sensor.blink docs]: /integrations/blink
[binary_sensor.bmw_connected_drive docs]: /integrations/bmw_connected_drive [binary_sensor.bmw_connected_drive docs]: /integrations/bmw_connected_drive
[binary_sensor.ffmpeg_motion docs]: /integrations/ffmpeg_motion_motion/ [binary_sensor.ffmpeg_motion docs]: /integrations/ffmpeg_motion/
[binary_sensor.ffmpeg_noise docs]: /integrations/ffmpeg_motion_noise/ [binary_sensor.ffmpeg_noise docs]: /integrations/ffmpeg_noise/
[binary_sensor.fritzbox docs]: /integrations/fritzbox [binary_sensor.fritzbox docs]: /integrations/fritzbox
[binary_sensor.mqtt docs]: /integrations/binary_sensor.mqtt/ [binary_sensor.mqtt docs]: /integrations/binary_sensor.mqtt/
[binary_sensor.openuv docs]: /integrations/openuv [binary_sensor.openuv docs]: /integrations/openuv

View File

@ -38,7 +38,7 @@ Note, this release includes a migration to add an index to speed up the logbook
- Implemented tplink_lte components and notify service via SMS ([@andtos90] - [#17111]) ([notify docs]) ([tplink_lte docs]) (new-platform) - Implemented tplink_lte components and notify service via SMS ([@andtos90] - [#17111]) ([notify docs]) ([tplink_lte docs]) (new-platform)
- Add Traccar device tracker ([@ludeeus] - [#18200]) ([device_tracker docs]) (new-platform) - Add Traccar device tracker ([@ludeeus] - [#18200]) ([device_tracker docs]) (new-platform)
- Add support for Google Home device tracking ([@ludeeus] - [#18190]) ([device_tracker docs]) (new-platform) - Add support for Google Home device tracking ([@ludeeus] - [#18190]) ([device_tracker docs]) (new-platform)
- Add Norwegian Public Transportation sensor (Ruter). ([@ludeeus] - [#18237]) ([sensor.ruter docs]) (new-platform) - Add Norwegian Public Transportation sensor (Ruter). ([@ludeeus] - [#18237]) (sensor.ruter docs) (new-platform)
- Split out geofency with a component and platform. The geofency device_tracker platform no longer takes any configuration. The configuration needs to be applied to the component geofency instead. The platform will be automatically loaded with the component. ([@rohankapoorcom] - [#17933]) ([device_tracker docs]) ([geofency docs]) (breaking change) (new-platform) - Split out geofency with a component and platform. The geofency device_tracker platform no longer takes any configuration. The configuration needs to be applied to the component geofency instead. The platform will be automatically loaded with the component. ([@rohankapoorcom] - [#17933]) ([device_tracker docs]) ([geofency docs]) (breaking change) (new-platform)
- Add support for Lupusec alarm control panel ([@majuss] - [#17691]) ([lupusec docs]) ([alarm_control_panel.lupusec docs]) ([binary_sensor.lupusec docs]) ([switch.lupusec docs]) (new-platform) - Add support for Lupusec alarm control panel ([@majuss] - [#17691]) ([lupusec docs]) ([alarm_control_panel.lupusec docs]) ([binary_sensor.lupusec docs]) ([switch.lupusec docs]) (new-platform)
- Add upload and download sensors and component for asuswrt ([@kennedyshead] - [#17757]) ([asuswrt docs]) ([device_tracker docs]) ([sensor.asuswrt docs]) (breaking change) (new-platform) - Add upload and download sensors and component for asuswrt ([@kennedyshead] - [#17757]) ([asuswrt docs]) ([device_tracker docs]) ([sensor.asuswrt docs]) (breaking change) (new-platform)
@ -181,7 +181,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- fixed wording that may confuse user ([@eliseomartelli] - [#18628]) (beta fix) - fixed wording that may confuse user ([@eliseomartelli] - [#18628]) (beta fix)
- Updated webhook_register, version bump pypoint ([@fredrike] - [#18635]) ([point docs]) (beta fix) - Updated webhook_register, version bump pypoint ([@fredrike] - [#18635]) ([point docs]) (beta fix)
- Fix vol Dict -> dict ([@bramkragten] - [#18637]) ([lovelace docs]) (beta fix) - Fix vol Dict -> dict ([@bramkragten] - [#18637]) ([lovelace docs]) (beta fix)
- Set correct default offset ([@ludeeus] - [#18678]) ([sensor.ruter docs]) (beta fix) - Set correct default offset ([@ludeeus] - [#18678]) (sensor.ruter docs) (beta fix)
- Add permission checks to Rest API ([@balloob] - [#18639]) ([api docs]) ([http docs]) (beta fix) - Add permission checks to Rest API ([@balloob] - [#18639]) ([api docs]) ([http docs]) (beta fix)
- Fix logbook filtering entities ([@balloob] - [#18721]) ([logbook docs]) (beta fix) - Fix logbook filtering entities ([@balloob] - [#18721]) ([logbook docs]) (beta fix)
- Async tests for owntracks device tracker ([@armills] - [#18681]) (beta fix) - Async tests for owntracks device tracker ([@armills] - [#18681]) (beta fix)
@ -252,7 +252,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Normalize MAC addresses ([@balloob] - [#16916]) - Normalize MAC addresses ([@balloob] - [#16916])
- HmIP thermostat fix with operations ([@pvizeli] - [#18068]) ([climate.homematic docs]) - HmIP thermostat fix with operations ([@pvizeli] - [#18068]) ([climate.homematic docs])
- Update PR checklist with commented out code check ([@armills] - [#18272]) - Update PR checklist with commented out code check ([@armills] - [#18272])
- Add Norwegian Public Transportation sensor (Ruter). ([@ludeeus] - [#18237]) ([sensor.ruter docs]) (new-platform) - Add Norwegian Public Transportation sensor (Ruter). ([@ludeeus] - [#18237]) (sensor.ruter docs) (new-platform)
- Split out geofency with a component and platform ([@rohankapoorcom] - [#17933]) ([device_tracker docs]) ([geofency docs]) (breaking change) (new-platform) - Split out geofency with a component and platform ([@rohankapoorcom] - [#17933]) ([device_tracker docs]) ([geofency docs]) (breaking change) (new-platform)
- Use async_add_executor_job at the xiaomi_miio platforms ([@syssi] - [#18294]) ([device_tracker docs]) ([fan.xiaomi_miio docs]) ([light.xiaomi_miio docs]) ([remote.xiaomi_miio docs]) ([sensor.xiaomi_miio docs]) ([switch.xiaomi_miio docs]) ([vacuum.xiaomi_miio docs]) - Use async_add_executor_job at the xiaomi_miio platforms ([@syssi] - [#18294]) ([device_tracker docs]) ([fan.xiaomi_miio docs]) ([light.xiaomi_miio docs]) ([remote.xiaomi_miio docs]) ([sensor.xiaomi_miio docs]) ([switch.xiaomi_miio docs]) ([vacuum.xiaomi_miio docs])
- Remove skipped device tracker tests ([@armills] - [#18291]) - Remove skipped device tracker tests ([@armills] - [#18291])
@ -265,7 +265,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Upgrade hdate to 0.7.5 ([@tsvi] - [#18296]) ([sensor.jewish_calendar docs]) - Upgrade hdate to 0.7.5 ([@tsvi] - [#18296]) ([sensor.jewish_calendar docs])
- Add SUPPORT_SEEK for DLNA DMR devices + now (better) providing media_image_url for DLNA DMR devices ([@StevenLooman] - [#18157]) ([upnp docs]) ([media_player.dlna_dmr docs]) - Add SUPPORT_SEEK for DLNA DMR devices + now (better) providing media_image_url for DLNA DMR devices ([@StevenLooman] - [#18157]) ([upnp docs]) ([media_player.dlna_dmr docs])
- Add upload and download sensors and component for asuswrt ([@kennedyshead] - [#17757]) ([asuswrt docs]) ([device_tracker docs]) ([sensor.asuswrt docs]) (breaking change) (new-platform) - Add upload and download sensors and component for asuswrt ([@kennedyshead] - [#17757]) ([asuswrt docs]) ([device_tracker docs]) ([sensor.asuswrt docs]) (breaking change) (new-platform)
- Update pyruter to 1.1.0 to be able to reuse aiohttp session. ([@ludeeus] - [#18310]) ([sensor.ruter docs]) - Update pyruter to 1.1.0 to be able to reuse aiohttp session. ([@ludeeus] - [#18310]) (sensor.ruter docs)
- Make flux switch async ([@jawilson] - [#18277]) ([switch.flux docs]) - Make flux switch async ([@jawilson] - [#18277]) ([switch.flux docs])
- Add support for 17track.net package sensors ([@bachya] - [#18038]) ([sensor.seventeentrack docs]) (new-platform) - Add support for 17track.net package sensors ([@bachya] - [#18038]) ([sensor.seventeentrack docs]) (new-platform)
- Added optional precision configuration option to generic_thermostat. ([@partofthething] - [#18317]) ([climate.generic_thermostat docs]) - Added optional precision configuration option to generic_thermostat. ([@partofthething] - [#18317]) ([climate.generic_thermostat docs])
@ -380,7 +380,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- fixed wording that may confuse user ([@eliseomartelli] - [#18628]) (beta fix) - fixed wording that may confuse user ([@eliseomartelli] - [#18628]) (beta fix)
- Updated webhook_register, version bump pypoint ([@fredrike] - [#18635]) ([point docs]) (beta fix) - Updated webhook_register, version bump pypoint ([@fredrike] - [#18635]) ([point docs]) (beta fix)
- Fix vol Dict -> dict ([@bramkragten] - [#18637]) ([lovelace docs]) (beta fix) - Fix vol Dict -> dict ([@bramkragten] - [#18637]) ([lovelace docs]) (beta fix)
- Set correct default offset ([@ludeeus] - [#18678]) ([sensor.ruter docs]) (beta fix) - Set correct default offset ([@ludeeus] - [#18678]) (sensor.ruter docs) (beta fix)
- Add permission checks to Rest API ([@balloob] - [#18639]) ([api docs]) ([http docs]) (beta fix) - Add permission checks to Rest API ([@balloob] - [#18639]) ([api docs]) ([http docs]) (beta fix)
- Fix logbook filtering entities ([@balloob] - [#18721]) ([logbook docs]) (beta fix) - Fix logbook filtering entities ([@balloob] - [#18721]) ([logbook docs]) (beta fix)
- Async tests for owntracks device tracker ([@armills] - [#18681]) (beta fix) - Async tests for owntracks device tracker ([@armills] - [#18681]) (beta fix)
@ -781,7 +781,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.point docs]: /integrations/point#sensor [sensor.point docs]: /integrations/point#sensor
[sensor.pollen docs]: /integrations/iqvia [sensor.pollen docs]: /integrations/iqvia
[sensor.rainmachine docs]: /integrations/rainmachine [sensor.rainmachine docs]: /integrations/rainmachine
[sensor.ruter docs]: /integrations/sensor.ruter/
[sensor.season docs]: /integrations/season [sensor.season docs]: /integrations/season
[sensor.seventeentrack docs]: /integrations/seventeentrack [sensor.seventeentrack docs]: /integrations/seventeentrack
[sensor.sql docs]: /integrations/sql [sensor.sql docs]: /integrations/sql

View File

@ -245,7 +245,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Clean up RFLink tests and add two tests ([@javicalle] - [#19511]) - Clean up RFLink tests and add two tests ([@javicalle] - [#19511])
- Add ZHA battery sensor ([@dmulcahey] - [#19363]) ([zha docs]) ([sensor.zha docs]) - Add ZHA battery sensor ([@dmulcahey] - [#19363]) ([zha docs]) ([sensor.zha docs])
- Restore state for zha binary_sensors on restart. ([@Adminiuga] - [#19314]) ([binary_sensor.zha docs]) - Restore state for zha binary_sensors on restart. ([@Adminiuga] - [#19314]) ([binary_sensor.zha docs])
- Add deprecation warning ([@ludeeus] - [#19515]) ([sensor.ruter docs]) - Add deprecation warning ([@ludeeus] - [#19515]) (sensor.ruter docs)
- Update yale smart alarm client to v0.1.6 ([@domwillcode] - [#19495]) ([alarm_control_panel.yale_smart_alarm docs]) - Update yale smart alarm client to v0.1.6 ([@domwillcode] - [#19495]) ([alarm_control_panel.yale_smart_alarm docs])
- Add sunrise and sunset to Darksky weather sensor ([@fabaff] - [#19492]) ([sensor.darksky docs]) - Add sunrise and sunset to Darksky weather sensor ([@fabaff] - [#19492]) ([sensor.darksky docs])
- Update ZHA entity state on ZigBee zdo device announce ([@dmulcahey] - [#19208]) ([zha docs]) - Update ZHA entity state on ZigBee zdo device announce ([@dmulcahey] - [#19208]) ([zha docs])
@ -864,7 +864,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.plum_lightpad docs]: /integrations/plum_lightpad [sensor.plum_lightpad docs]: /integrations/plum_lightpad
[sensor.point docs]: /integrations/point#sensor [sensor.point docs]: /integrations/point#sensor
[sensor.prezzibenzina docs]: /integrations/prezzibenzina [sensor.prezzibenzina docs]: /integrations/prezzibenzina
[sensor.ruter docs]: /integrations/sensor.ruter/
[sensor.scrape docs]: /integrations/scrape [sensor.scrape docs]: /integrations/scrape
[sensor.seventeentrack docs]: /integrations/seventeentrack [sensor.seventeentrack docs]: /integrations/seventeentrack
[sensor.solaredge docs]: /integrations/solaredge [sensor.solaredge docs]: /integrations/solaredge

View File

@ -206,13 +206,13 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Add ZHA binary sensor tests ([@dmulcahey] - [#20711]) - Add ZHA binary sensor tests ([@dmulcahey] - [#20711])
- Add ZHA fan tests ([@dmulcahey] - [#20712]) - Add ZHA fan tests ([@dmulcahey] - [#20712])
- Add ZHA light tests ([@dmulcahey] - [#20713]) - Add ZHA light tests ([@dmulcahey] - [#20713])
- Add google home alarm sensor ([@eliseomartelli] - [#20709]) ([googlehome docs]) (new-platform) - Add google home alarm sensor ([@eliseomartelli] - [#20709]) (googlehome docs) (new-platform)
- Add missing abbreviations ([@emontnemery] - [#20741]) ([mqtt docs]) - Add missing abbreviations ([@emontnemery] - [#20741]) ([mqtt docs])
- Update pysmartthings to 0.5.0 ([@andrewsayre] - [#20759]) ([smartthings docs]) - Update pysmartthings to 0.5.0 ([@andrewsayre] - [#20759]) ([smartthings docs])
- Use PLATFORM_SCHEMA_BASE as base schema for additional components. ([@emontnemery] - [#20578]) (breaking change) - Use PLATFORM_SCHEMA_BASE as base schema for additional components. ([@emontnemery] - [#20578]) (breaking change)
- Update flake8 to 3.7.5 ([@Danielhiversen] - [#20761]) ([cast docs]) ([device_tracker docs]) ([isy994 docs]) - Update flake8 to 3.7.5 ([@Danielhiversen] - [#20761]) ([cast docs]) ([device_tracker docs]) ([isy994 docs])
- Modifying MTUs acquisition ([@SupremeSports] - [#20654]) ([sensor.ted5000 docs]) - Modifying MTUs acquisition ([@SupremeSports] - [#20654]) ([sensor.ted5000 docs])
- Fix googlehome alarm sensor platform ([@eliseomartelli] - [#20742]) ([googlehome docs]) - Fix googlehome alarm sensor platform ([@eliseomartelli] - [#20742]) (googlehome docs)
- SMHI component: Bugfix - calc precipitation ([@helto4real] - [#20745]) ([smhi docs]) - SMHI component: Bugfix - calc precipitation ([@helto4real] - [#20745]) ([smhi docs])
- Added HomeKit fan speed based on speed_list ([@nd-net] - [#19767]) ([homekit docs]) (new-feature) - Added HomeKit fan speed based on speed_list ([@nd-net] - [#19767]) ([homekit docs]) (new-feature)
- Reproduce states by letting each component opt in on handling state recovery itself ([@elupus] - [#18700]) - Reproduce states by letting each component opt in on handling state recovery itself ([@elupus] - [#18700])
@ -649,7 +649,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
[feedreader docs]: /integrations/feedreader/ [feedreader docs]: /integrations/feedreader/
[freedns docs]: /integrations/freedns/ [freedns docs]: /integrations/freedns/
[google_pubsub docs]: /integrations/google_pubsub/ [google_pubsub docs]: /integrations/google_pubsub/
[googlehome docs]: /integrations/googlehome/
[harmony docs]: /integrations/harmony/ [harmony docs]: /integrations/harmony/
[homekit docs]: /integrations/homekit/ [homekit docs]: /integrations/homekit/
[homematic docs]: /integrations/homematic/ [homematic docs]: /integrations/homematic/
@ -700,7 +699,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[sensor.modbus docs]: /integrations/sensor.modbus/ [sensor.modbus docs]: /integrations/sensor.modbus/
[sensor.rejseplanen docs]: /integrations/rejseplanen [sensor.rejseplanen docs]: /integrations/rejseplanen
[sensor.speedtest docs]: /integrations/speedtestdotnet [sensor.speedtest docs]: /integrations/speedtestdotnet
[sensor.speedtestdotnet docs]: /integrations/speedtestdotnetdotnet/ [sensor.speedtestdotnet docs]: /integrations/speedtestdotnet
[sensor.sql docs]: /integrations/sql [sensor.sql docs]: /integrations/sql
[sensor.ted5000 docs]: /integrations/ted5000 [sensor.ted5000 docs]: /integrations/ted5000
[sensor.thermoworks_smoke docs]: /integrations/thermoworks_smoke [sensor.thermoworks_smoke docs]: /integrations/thermoworks_smoke

View File

@ -1027,8 +1027,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
[ifttt docs]: /integrations/ifttt/ [ifttt docs]: /integrations/ifttt/
[ign_sismologia docs]: /integrations/ign_sismologia/ [ign_sismologia docs]: /integrations/ign_sismologia/
[influxdb docs]: /integrations/influxdb/ [influxdb docs]: /integrations/influxdb/
[insteon_local docs]: /integrations/insteon_local/ [insteon_local docs]: /integrations/insteon/
[insteon_plm docs]: /integrations/insteon_plm/ [insteon_plm docs]: /integrations/insteon/
[introduction docs]: /integrations/introduction/ [introduction docs]: /integrations/introduction/
[lcn docs]: /integrations/lcn/ [lcn docs]: /integrations/lcn/
[light docs]: /integrations/light/ [light docs]: /integrations/light/

View File

@ -806,7 +806,6 @@ anymore. - ([@abmantis] - [#25971])
[geniushub docs]: /integrations/geniushub/ [geniushub docs]: /integrations/geniushub/
[geonetnz_quakes docs]: /integrations/geonetnz_quakes/ [geonetnz_quakes docs]: /integrations/geonetnz_quakes/
[google_maps docs]: /integrations/google_maps/ [google_maps docs]: /integrations/google_maps/
[googlehome docs]: /integrations/googlehome/
[group docs]: /integrations/group/ [group docs]: /integrations/group/
[heos docs]: /integrations/heos/ [heos docs]: /integrations/heos/
[homekit_controller docs]: /integrations/homekit_controller/ [homekit_controller docs]: /integrations/homekit_controller/