From e805ffc0d5c26a0db3c1d0bcb29899d79a048286 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 8 Jul 2019 12:24:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20broken=20links=20(part=201?= =?UTF-8?q?)=20(#9805)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :hammer: Fix broken links (part 1) * :ambulance: Recover the new usernames --- source/_posts/2015-05-14-release-notes.markdown | 4 ++-- source/_posts/2015-06-10-release-notes.markdown | 2 +- ...aspberry-pi-squeezebox-asuswrt-support.markdown | 4 ++-- ...-revamped-ui-and-improved-distribution.markdown | 2 +- ...26-firetv-and-radiotherm-now-supported.markdown | 4 ++-- ...rs-binary-sensors-and-influxdb-support.markdown | 6 ++---- ...12-20-amazon-echo-icloud-and-templates.markdown | 5 ++--- ...-17-extended-support-for-diy-solutions.markdown | 2 +- ...-01-29-insteon-lifx-twitter-and-zigbee.markdown | 5 ++--- ...embedded-mqtt-broker-uber-yamaha-growl.markdown | 3 +-- source/_posts/2016-05-21-release-020.markdown | 3 +-- ...6-07-16-sqlalchemy-knx-join-simplisafe.markdown | 2 +- ...end-panels--jupyter-notebooks--directv.markdown | 5 ++--- ...-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown | 3 +-- ...-27-notifications-hue-fake-unification.markdown | 1 - ...016-09-29-async-sleepiq-emoncms-stocks.markdown | 3 +-- ...6-11-05-hacktoberfest-influxdb-weather.markdown | 5 ++--- .../2017-01-14-iss-usps-images-packages.markdown | 2 +- source/_posts/2017-01-28-face-coffee-wink.markdown | 5 ++--- ...2017-02-11-alert-appletv-mqtt-yeelight.markdown | 5 ++--- ...-25-config-panel-and-state-restoration.markdown | 2 +- ...purpose-any-android-phone-as-ip-camera.markdown | 14 ++++++-------- .../2017-03-25-todo-volumio-workday.markdown | 2 +- .../2017-04-22-ikea-tradfri--spotify.markdown | 3 +-- source/_posts/2017-07-02-release-48.markdown | 8 ++++---- source/_posts/2017-08-26-release-0-52.markdown | 8 ++++---- 26 files changed, 46 insertions(+), 62 deletions(-) diff --git a/source/_posts/2015-05-14-release-notes.markdown b/source/_posts/2015-05-14-release-notes.markdown index 1b16ae2fa74..946a8d5b055 100644 --- a/source/_posts/2015-05-14-release-notes.markdown +++ b/source/_posts/2015-05-14-release-notes.markdown @@ -69,13 +69,13 @@ sensor: ``` __InstaPush__ - [Fabaff](https://github.com/fabaff) has contributed support for [InstaPush](https://instapush.im). This will allow you send messages from Home Assistant to your iOS and Android devices. +[Fabaff](https://github.com/fabaff) has contributed support for InstaPush. This will allow you send messages from Home Assistant to your iOS and Android devices. ```yaml # Example configuration.yaml entry notify: platform: instapush - # Get those by creating a new application, event, and tracker on https://instapush.im + # Get those by creating a new application, event and tracker api_key: ABCDEFGHJKLMNOPQRSTUVXYZ app_secret: ABCDEFGHJKLMNOPQRSTUVXYZ event: ABCDEFGHJKLMNOPQRSTUVXYZ diff --git a/source/_posts/2015-06-10-release-notes.markdown b/source/_posts/2015-06-10-release-notes.markdown index 551a199f485..187770a673a 100644 --- a/source/_posts/2015-06-10-release-notes.markdown +++ b/source/_posts/2015-06-10-release-notes.markdown @@ -12,7 +12,7 @@ categories: Release-Notes Wow, almost a month has gone by since the last release and this release is *packed*. The biggest part of this release is probably one that you won't notice: the frontend has been upgraded from Polymer 0.5 to the brand new released Polymer 1.0. Polymer has been declared stable by the Google overlords which will allow us to expand functionality that was waiting for this moment to arrive. -This release sets a record for the amount of people involved: 8! [Andythigpen](https://github.com/Andythigpen), [Jamespcole](https://github.com/Jamespcole), [Azelphur](https://github.com/Azelphur), [Fabaff](https://github.com/Fabaff), [Dutchy-](https://github.com/Dutchy-), [Fbradyirl](https://github.com/Fbradyirl), [wind-rider](https://github.com/wind-rider) and [ettisan](https://github.com/ettisan), thanks a lot for your contributions! +This release sets a record for the amount of people involved: 8! [Andythigpen](https://github.com/Andythigpen), [Jamespcole](https://github.com/Jamespcole), [Azelphur](https://github.com/Azelphur), [Fabaff](https://github.com/Fabaff), [Dutchy-](https://github.com/Dutchy-), [Fbradyirl](https://github.com/Fbradyirl), wind-rider and [ettisan](https://github.com/ettisan), thanks a lot for your contributions! A big improvement has been brought this release by wind-rider. He took the time to revive the Chromecast support and started improving the media player integration. This triggered other people to join in resulting in a revamped media player experience and support for the Music Player Daemon. diff --git a/source/_posts/2015-08-09-mqtt-raspberry-pi-squeezebox-asuswrt-support.markdown b/source/_posts/2015-08-09-mqtt-raspberry-pi-squeezebox-asuswrt-support.markdown index 2707b3e7f0f..4cb699c9bb1 100644 --- a/source/_posts/2015-08-09-mqtt-raspberry-pi-squeezebox-asuswrt-support.markdown +++ b/source/_posts/2015-08-09-mqtt-raspberry-pi-squeezebox-asuswrt-support.markdown @@ -13,9 +13,9 @@ categories: Release-Notes It's time for the August release and there is some serious good stuff this time. The core of Home Assistant has gone some serious clean up and a bump in test coverage thanks to [@balloob](https://github.com/balloob). If you're a developer, make sure you read up on [the deprecation notices](https://github.com/home-assistant/home-assistant/pull/251). [@fabaff](https://github.com/fabaff) did another great round of documenting all the various components. __MQTT Support__ - The big new addition in this release is the support for the MQTT protocol by [@fabaff](https://github.com/fabaff) with some help from [@balloob](https://github.com/balloob). It will now be possible to integrate any IoT device that talks via MQTT. For the initial release we support connecting Home Assistant to a broker (no TLS yet). Components can now subscribe and publish to MQTT topics ([see the example][mqtt-example]) and also support for the automation component [has been added][mqtt-automation]. For more information, see [the MQTT component page][mqtt-component]. + The big new addition in this release is the support for the MQTT protocol by [@fabaff](https://github.com/fabaff) with some help from [@balloob](https://github.com/balloob). It will now be possible to integrate any IoT device that talks via MQTT. For the initial release we support connecting Home Assistant to a broker (no TLS yet). Components can now subscribe and publish to MQTT topics and also support for the automation component [has been added][mqtt-automation]. For more information, see [the MQTT component page][mqtt-component]. + -[mqtt-example]: https://github.com/home-assistant/home-assistant/blob/dev/config/custom_components/mqtt_example.py [mqtt-automation]: /getting-started/automation-trigger/#mqtt-trigger [mqtt-component]: /components/mqtt/ diff --git a/source/_posts/2015-08-31-version-7-revamped-ui-and-improved-distribution.markdown b/source/_posts/2015-08-31-version-7-revamped-ui-and-improved-distribution.markdown index e690fbf3136..daf238a786f 100644 --- a/source/_posts/2015-08-31-version-7-revamped-ui-and-improved-distribution.markdown +++ b/source/_posts/2015-08-31-version-7-revamped-ui-and-improved-distribution.markdown @@ -91,7 +91,7 @@ device_tracker: ``` __DHT temperature and humidity sensors__ -[@MakeMeASandwich](https://github.com/makemeasandwich) has contributed support for DHT temperature and humidity sensors. It allows you to get the current temperature and humidity from a DHT11, DHT22, or AM2302 device. +@MakeMeASandwich has contributed support for DHT temperature and humidity sensors. It allows you to get the current temperature and humidity from a DHT11, DHT22, or AM2302 device. ```yaml # Example configuration.yaml entry diff --git a/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown b/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown index 5fef5d532a5..5108b72bed9 100644 --- a/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown +++ b/source/_posts/2015-10-26-firetv-and-radiotherm-now-supported.markdown @@ -20,10 +20,10 @@ After two weeks of hard work I'm proud to announce the release of Home Assistant - Alarm Control Panel: [Manual alarm](/components/alarm_control_panel.manual/) added ([@sfam](https://github.com/sfam)) - Thermostat: [Radiotherm](/components/thermostat.radiotherm/) now supported ([@toddeye](https://github.com/toddeye)) - Media Player: [Amazon FireTV](/components/media_player.firetv/) now supported ([@happyleavesaoc](https://github.com/happyleavesaoc)) - - Device Tracker: [Geofancy](/components/device_tracker.locative/) now supported ([@wind-rider](https://github.com/wind-rider)) + - Device Tracker: [Geofancy](/components/device_tracker.locative/) now supported (@wind-rider) - New component [Shell Command](/components/shell_command/) can expose shell commands as services ([@balloob](https://github.com/balloob)) - [Scripts](/components/script/) can now be customized using `customize` key in `configuration.yaml` ([@balloob](https://github.com/balloob)) - - Light: [Hyperion](/components/light.hyperion/) now supported ([@MakeMeASandwich](https://github.com/MakeMeASandwich)) + - Light: [Hyperion](/components/light.hyperion/) now supported (@MakeMeASandwich) - Sensor: [aRest](/components/sensor.arest/) can now also read out pins ([@balloob](https://github.com/balloob)) - Sensor: [Forecast.io](/components/sensor.forecast/) now supports specifying units in `configuration.yaml` ([@balloob](https://github.com/balloob)) - Thermostat: [Heat Control](/components/thermostat.heat_control/) has been completely rewritten ([@balloob](https://github.com/balloob)) diff --git a/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown b/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown index 14e1b5685e4..a01a119c0ac 100644 --- a/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown +++ b/source/_posts/2015-12-06-locks-rollershutters-binary-sensors-and-influxdb-support.markdown @@ -17,7 +17,7 @@ It's been a few weeks but we managed to polish a nice new release of Home Assist - New [lock component] including [Wink][lock.wink] support ([@miniconfig]) - New [binary sensor component] including [aRest][binary_sensor.arest] and [MQTT][binary_sensor.mqtt] support ([@fabaff]) - - New [rollershutter component] including [MQTT][rollershutter.mqtt] support ([@sfam]) + - New rollershutter component including MQTT support ([@sfam]) - New [InfluxDB component] to store data in InfluxDB ([@fabaff]) - Thermostat: [Ecobee] now supported ([@nkgilley]) - Thermostat: [Homematic] now supported ([@goir]) @@ -31,10 +31,8 @@ To update, run `pip3 install --upgrade homeassistant`. [binary sensor component]: /components/binary_sensor/ [binary_sensor.arest]: /components/binary_sensor.arest/ [binary_sensor.mqtt]: /components/binary_sensor.mqtt/ -[rollershutter component]: /components/rollershutter/ -[rollershutter.mqtt]: /components/rollershutter.mqtt/ [InfluxDB component]: /components/influxdb/ -[Ecobee]: /components/thermostat.ecobee/ +[Ecobee]: /components/ecobee/#thermostat [Homematic]: /components/thermostat.homematic/ [parsing JSON values]: /components/mqtt/#processing-json diff --git a/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown b/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown index fe534bc2edd..035c87c4e37 100644 --- a/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown +++ b/source/_posts/2015-12-20-amazon-echo-icloud-and-templates.markdown @@ -35,7 +35,7 @@ Alrighty, it's time for Home Assistant 0.10. A lot amazing things have changed a [iCloud]: /components/device_tracker.icloud/ [Twitch]: /components/sensor.twitch/ [Template]: /topics/templating/ -[Heatmiser]: /components/thermostat.heatmiser/ +[Heatmiser]: /components/heatmiser/ [Dweet.io]: /components/sensor.dweet/ [Alexa/Amazon echo]: /components/alexa/ [FritzBox]: /components/device_tracker.fritz/ @@ -78,7 +78,7 @@ Affected components and platforms: - sensor: [rest][sensor.rest] - sensor: [MQTT][sensor.mqtt] - switch: [MQTT][switch.mqtt] - - rollershutter: [MQTT][rollershutter.mqtt] + - rollershutter: MQTT - light: [MQTT][light.mqtt] - binary_sensor: [MQTT][binary_sensor.mqtt] - automation: [numeric_state][automation-numeric-state] @@ -88,7 +88,6 @@ Affected components and platforms: [sensor.rest]: /components/sensor.rest/ [sensor.mqtt]: /components/sensor.mqtt/ [switch.mqtt]: /components/switch.mqtt/ -[rollershutter.mqtt]: /components/rollershutter.mqtt/ [light.mqtt]: /components/light.mqtt/ [binary_sensor.mqtt]: /components/binary_sensor.mqtt/ [automation-numeric-state]: /getting-started/automation-trigger/#numeric-state-trigger diff --git a/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown b/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown index 9c2cba7e3f9..9b6e1dab755 100644 --- a/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown +++ b/source/_posts/2016-01-17-extended-support-for-diy-solutions.markdown @@ -15,7 +15,7 @@ First release of 2016 and we are on 🔥! The [main repository][github-ha] has p [github-ha]: https://github.com/home-assistant/home-assistant/ [release-pr]: https://github.com/home-assistant/home-assistant/pull/883#partial-users-participants - + - [MySensors] revamped and switch support added ([@MartinHjelmare][@MartinHjelmare]) - Full refactor of RPi GPIO. Now includes [binary sensor][rpi-bs] and [switch][rpi-s] ([@sfam]) diff --git a/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown b/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown index 11c46a5ff55..ed5e34e7532 100644 --- a/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown +++ b/source/_posts/2016-01-29-insteon-lifx-twitter-and-zigbee.markdown @@ -22,7 +22,7 @@ This release includes a very frequent requested feature: the ability to organize Example of the new views in the frontend. Learn more.

- + - Binary sensor: [command sensor] added ([@Bart274]) - [Nest] support extended to include sensors and binary sensors ([@joshughes]) @@ -37,7 +37,7 @@ Example of the new views in the frontend. Learn mor - Sensor: [onewire] support added ([@deisi]) - [Zigbee] support added ([@flyte]) - Device Tracker: [OwnTracks] can now track iBeacons ([@pavoni]) - - Notify: [Google Voice SMS] platform added ([@w1ll1am23]) + - Notify: Google Voice SMS platform added ([@w1ll1am23]) - Toggle service added to `homeassistant`, `switch`, `light` and `media_player` ([@rmkraus]) - [Thermostat] services added to control fans ([@auchter]) - Improved Python automation: Event helpers are now also available as decorators for custom components ([@rmkraus]) @@ -46,7 +46,6 @@ Example of the new views in the frontend. Learn mor [the demo]: /demo/ [command sensor]: /components/binary_sensor.command/ -[Google Voice SMS]: /components/notify.google_voice/ [Insteon hub]: /components/insteon_hub/ [LIFX]: /components/light.lifx/ [Nest]: /components/nest/ diff --git a/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown b/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown index 1a325f9a243..e71e5b60380 100644 --- a/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown +++ b/source/_posts/2016-03-26-embedded-mqtt-broker-uber-yamaha-growl.markdown @@ -30,7 +30,7 @@ Rock on. - Discovery: fix uPNP discovery crashing some routers ([@jaharkes]) - Switch: [Wake on LAN] platform added ([@joopert]) - Services for thermostats, notify and media player will now validate passed in parameters ([@MartinHjelmare]) - - Switch - [Arduino]: support for default state and negate port functionality ([@tilutza]) + - Switch - [Arduino]: support for default state and negate port functionality (@tilutza) - Switch: [PulseAudio loopback] now supported ([@Cinntax]) - Sensor: [Uber] now supported ([@robbiet480]) - Notify: [Growl (GNTP)] now supported ([@robbiet480]) @@ -51,7 +51,6 @@ Rock on. [@robbiet480]: https://github.com/robbiet480 [@srcLurker]: https://github.com/srcLurker [@stefan-jonasson]: https://github.com/stefan-jonasson -[@tilutza]: https://github.com/tilutza [embedded server]: /components/mqtt/#use-the-embedded-broker [Arduino]: /components/switch.arduino/ [Discovery]: /components/discovery/ diff --git a/source/_posts/2016-05-21-release-020.markdown b/source/_posts/2016-05-21-release-020.markdown index 10f63adcc5d..a1de0106718 100644 --- a/source/_posts/2016-05-21-release-020.markdown +++ b/source/_posts/2016-05-21-release-020.markdown @@ -35,7 +35,7 @@ Tons of new supported things in 0.20. - Notify: [Ecobee thermostats] now supported ([@nkgilley]) - Sensor: [Mold indicator] added ([@xifle]) - Export to [Logentries] support added ([@omgapuppy]) -- Group more info dialog allows control of group domain if available ([@fignuts]) +- Group more info dialog allows control of group domain if available (@fignuts) ### Breaking changes @@ -49,7 +49,6 @@ device_tracker: [@bah2830]: https://github.com/bah2830 [@darookee]: https://github.com/darookee -[@fignuts]: https://github.com/fignuts [@froz]: https://github.com/froz [@GreenTurtwig]: https://github.com/GreenTurtwig [@happyleavesaoc]: https://github.com/happyleavesaoc diff --git a/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown b/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown index 9b4cb0915dd..3f440fe0b05 100644 --- a/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown +++ b/source/_posts/2016-07-16-sqlalchemy-knx-join-simplisafe.markdown @@ -96,4 +96,4 @@ Quick hot fix after we found a bug in the migrator where it wouldn't work with a [Verisure]: /components/lock.verisure/ [yahoo-weather]: /components/sensor.yweather/ [Z-Wave]: /components/zwave/ -[RFXtrx]: //components/rfxtrx/ +[RFXtrx]: /components/rfxtrx/ diff --git a/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown b/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown index c3e4bafdd55..39946c94ebe 100644 --- a/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown +++ b/source/_posts/2016-07-30-custom-frontend-panels--jupyter-notebooks--directv.markdown @@ -38,7 +38,7 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da - Template: New [filters] (`timestamp_local` and `timestamp_utc`) ([@fabaff]) - Binary sensor - Wink: Water leak sensor support added ([@w1ll1am23]) - Sensor - Tellduslive: Support for luminance of Fibaro Motion Sensor ([@PetitCircuitLab]) -- Switch - RPi GPIO: Fix when inverted logic ([@zeroDenial]) +- Switch - RPi GPIO: Fix when inverted logic (@zeroDenial) - Z-Wave: Rollershutter update ([@turbokongen]) - RFXtrx: Fire events when receiving signals from sensors and tests added ([@Danielhiversen]) - Core: Add [type][typing] checking using mypy to the core ([@fabianhjr]) @@ -99,7 +99,6 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da [@usul27]: https://github.com/usul27 [@vladonemo]: https://github.com/vladonemo [@w1ll1am23]: https://github.com/w1ll1am23 -[@zeroDenial]: https://github.com/zeroDenial [@jnewland]: https://github.com/jnewland [@shoekstra]: https://github.com/shoekstra @@ -125,6 +124,6 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da [Telegram]: /components/notify.telegram/ [react-panel]: /cookbook/custom_panel_using_react/ [KNX]: /components/thermostat.knx/ -[Nest]: /components/thermostat.nest/ +[Nest]: /components/nest/#climate [filters]: /topics/templating/#home-assistant-template-extensions [Hyperion]: /components/light.hyperion/ diff --git a/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown b/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown index f82e32bcc01..866da8d6668 100644 --- a/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown +++ b/source/_posts/2016-08-13-foursquare-fast-com-ffmpeg-gpsd.markdown @@ -31,7 +31,7 @@ This release includes code contributed by 31 different people. The biggest chang - Sensor - [Fitbit]: Fix unit system ([@tchellomello]) - Light - [Flux LED]: Add support for [color and brightness][color] ([@Danielhiversen]) - Media Player - [Plex]: Now able to report on music ([@abcminiuser]) -- Alarm Control Panel - [Verisure]: Now able to see who changed the alarm ([@persandtrom]) +- Alarm Control Panel - [Verisure]: Now able to see who changed the alarm (@persandtrom) - Thermostat - [Honeywell]: Add option to read and control HVAC mode ([@Teagan42]) - [Foursquare] component to receive instant notifications of checkins ([@robbiet480]) - Camera: New [FFMPEG] platform allows to stream anything through front end ([@pvizeli]) @@ -85,7 +85,6 @@ homeassistant: [@nkgilley]: https://github.com/nkgilley [@open-homeautomation]: https://github.com/open-homeautomation [@partofthething]: https://github.com/partofthething -[@persandtrom]: https://github.com/persandtrom [@pvizeli]: https://github.com/pvizeli [@robbiet480]: https://github.com/robbiet480 [@sdague]: https://github.com/sdague diff --git a/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown b/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown index ed8782e9754..7bdb3115fef 100644 --- a/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown +++ b/source/_posts/2016-08-27-notifications-hue-fake-unification.markdown @@ -224,7 +224,6 @@ Talk to you soon on Discord and in your pull request comments! [@pvizeli]: https://github.com/pvizeli [@robbiet480]: https://github.com/robbiet480 [@roidayan]: https://github.com/roidayan -[@roidayan]: ttps://github.com/roidayan [@shmuelzon]: https://github.com/shmuelzon [@tchellomello]: https://github.com/tchellomello [@Teagan42]: https://github.com/Teagan42 diff --git a/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown b/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown index 6d92f0eae1c..fc352e52ab4 100644 --- a/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown +++ b/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown @@ -63,7 +63,7 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r - HTTP: Allow [passwordless] logins from whitelisted IP addresses ([@Danielhiversen]) - Sensor: Yahoo! Finance [stocks] now supported ([@tchellomello]) - Sensor: Set value based on incoming [email] ([@sam-io]) -- Light: White value now supported ([@mxtra], [@MartinHjelmare]) +- Light: White value now supported (@mxtra, [@MartinHjelmare]) - [InfluxDB] now allows attaching extra data ([@lwis]) - [OpenALPR] support ([@pvizeli]) - Minor features and bug fixes by [@fabaff], [@w1ll1am23], [@turbokongen], [@clach04], [@mKeRix], [@pvizeli], [@DavidLP], [@nvella], [@Teagan42], [@ericwclymer], [@wokar], [@kellerza], [@nkgilley], [@jawilson], [@Danielhiversen], [@ej81], [@danieljkemp], [@balloob], [@philhawthorne], [@LinuxChristian], [@milas], [@simonszu], [@Cinntax], [@irvingwa], [@sytone], [@kk7ds], [@robbiet480]. @@ -142,7 +142,6 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r [@milaq]: https://github.com/milaq [@milas]: https://github.com/milas [@mKerix]: https://github.com/mKerix -[@mxtra]: https://github.com/mxtra [@nkgilley]: https://github.com/nkgilley [@nvella]: https://github.com/nvella [@open-homeautomation]: https://github.com/open-homeautomation diff --git a/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown b/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown index 41bda3275a4..5bab3c7d159 100644 --- a/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown +++ b/source/_posts/2016-11-05-hacktoberfest-influxdb-weather.markdown @@ -30,7 +30,7 @@ For a long time we have had a bunch of [weather sensors][weather-sensors] but it ### All changes - + - Cover: New [garadget] platform ([@JasonCarter80]) - Media player: New support for [Emby][emby-media] ([@mezz64]) @@ -63,7 +63,7 @@ For a long time we have had a bunch of [weather sensors][weather-sensors] but it - Device tracker: Improvements and new features for the Volvo on Call platform ([@molobrakos]) - Climate: Use unit of measurement from a Vera device ([@pavoni]) - Device tracker: [iCloud][icloud] improvements ([@Bart274]) -- Minor features and bug fixes by [@fabaff], [@kellerza], [@robbiet480], [@balloob], [@DavidLP], [@Bart274], [@sdague], [@mtreinish], [@Khabi], [@bbesset], [@bestlibre], [@pvizeli], [@turbokongen], [@devdelay], [@molobrakos], [@postlund], [@wokar], [@armills], [@arsaboo], [@hartmms], [@nsideras], [@tbeckha], and [@kirichkov]. +- Minor features and bug fixes by [@fabaff], [@kellerza], [@robbiet480], [@balloob], [@DavidLP], [@Bart274], [@sdague], [@mtreinish], [@Khabi], [@bbesset], [@bestlibre], [@pvizeli], [@turbokongen], [@devdelay], [@molobrakos], [@postlund], [@wokar], [@armills], [@arsaboo], [@hartmms], [@nsideras], @tbeckha, and [@kirichkov]. ### Release 0.32.1 - November 6 @@ -155,7 +155,6 @@ Our website has now an additional category called "Ecosystem". This will become [@sdague]: https://github.com/sdague [@simonszu]: https://github.com/simonszu [@StaticCube]: https://github.com/StaticCube -[@tbeckha]: https://github.com/tbeckha [@tchellomello]: https://github.com/tchellomello [@turbokongen]: https://github.com/turbokongen [@wokar]: https://github.com/wokar diff --git a/source/_posts/2017-01-14-iss-usps-images-packages.markdown b/source/_posts/2017-01-14-iss-usps-images-packages.markdown index 41dfdab815c..7db148b0066 100644 --- a/source/_posts/2017-01-14-iss-usps-images-packages.markdown +++ b/source/_posts/2017-01-14-iss-usps-images-packages.markdown @@ -166,7 +166,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [beaglebone]: /components/bbb_gpio/ [bl-switch]: /components/switch.broadlink/ [bom]: /components/weather.bom/ -[dublin]: /components/sensor.dublin_public_transport/ +[dublin]: /components/dublin_bus_transport/ [facebook]: /components/notify.facebook/ [image]: /components/image_processing/ [influx]: /components/influxdb/ diff --git a/source/_posts/2017-01-28-face-coffee-wink.markdown b/source/_posts/2017-01-28-face-coffee-wink.markdown index 5c318913ee0..049b382e3ee 100644 --- a/source/_posts/2017-01-28-face-coffee-wink.markdown +++ b/source/_posts/2017-01-28-face-coffee-wink.markdown @@ -142,7 +142,7 @@ Bugfix: [@balloob], [@fabaff], [@freol35241], [@pvizeli], [@Danielhiversen], [@t - Sonos: Prevent duplicate entries in favorite list ([@pvizeli]) - Fix Schlage Connect deadbolt integration via Z-Wave ([@turbokongen]) - Prevent infinite loop in crossconfigured mqtt event streams ([@aequitas]) -- Fix Hue lightgroups failing on startup ([@tboyce1]) +- Fix Hue lightgroups failing on startup (@tboyce1) ### Breaking changes - A **major** breaking change in the [`emulated_hue`][emul-hue] component means that unless you set `type: alexa` before starting up the newer Home Assistant version you will lose all devices that Alexa has discovered and will need to re-add them as well as create new groups. @@ -162,7 +162,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@DavidLP]: https://github.com/DavidLP [@molobrakos]: https://github.com/molobrakos -[@tboyce1]: https://github.com/tboyce1 [@MrMep]: https://github.com/MrMep [@joopert]: https://github.com/joopert [@armills]: https://github.com/armills @@ -229,7 +228,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@mKeRix]: https://github.com/mKeRix [@fakezeta]: https://github.com/fakezeta -[amcrest]: /components/binary_sensor.amcrest/ +[amcrest]: /components/amcrest/#binary_sensors [discord]: /components/notify.discord/ [tado]: /components/device_tracker.tado/ [sky]: /components/device_tracker.sky_hub/ diff --git a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown index d36fb67ff8f..6d0ef2b7d6e 100644 --- a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown +++ b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown @@ -86,8 +86,8 @@ The [`yeelight`][yeelight] component has been ported to use a more stable and fe - Notify - SMTP: Add error checking to the MIMEImage encoding ([@stratosmacker]) - Light - MQTT: Check for command topics when determining the capabilities of an MQTT light ([@herm]) - Core: Check config before restarting ([@andrey-git]) -- Light - [Hue][hue]: Fix groups with same names ([@tboyce1]) -- Template: Add icon_template to template sensor ([@tboyce1]) +- Light - [Hue][hue]: Fix groups with same names (@tboyce1) +- Template: Add icon_template to template sensor (@tboyce1) - Recorder: Refactoring, scoping, and better handling of SQLAlchemy Sessions ([@kellerza]) - Light - Flux: Add support for fluxled discovery. ([@aequitas]) - Media player - AppleTV: Add discovery support to Apple TV ([@postlund]) @@ -188,7 +188,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@sbidoul]: https://github.com/sbidoul [@sdague]: https://github.com/sdague [@stratosmacker]: https://github.com/stratosmacker -[@tboyce1]: https://github.com/tboyce1 [@tchellomello]: https://github.com/tchellomello [@Teagan42]: https://github.com/Teagan42 [@turbokongen]: https://github.com/turbokongen diff --git a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown index 6178aa019f8..097f120ec8b 100644 --- a/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown +++ b/source/_posts/2017-02-25-config-panel-and-state-restoration.markdown @@ -285,7 +285,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [@kitcorey]: https://github.com/kitcorey [@andersonshatch]: https://github.com/andersonshatch -[telegram]: /componet/telegram_webhooks/ +[telegram]: /components/webhooks/ [pushsafer]: /components/notify.pushsafer/ [openhome]: /components/media_player.openhome/ [ups]: /components/sensor.ups/ diff --git a/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown b/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown index 532f66c56b9..5eaf83af6bb 100644 --- a/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown +++ b/source/_posts/2017-03-11-repurpose-any-android-phone-as-ip-camera.markdown @@ -101,7 +101,7 @@ Hot fix release to fix dependency issues. More detailed information about the is - Remove automatically reloading group config ([@balloob]) - Default config to setup group editor ([@balloob]) - minor broadlink fix ([@danielhiversen]) -- Update Yeelight Sunflower light platform to 0.0.6 ([@lindsaymarkwawrd]) +- Update Yeelight Sunflower light platform to 0.0.6 (@lindsaymarkwawrd) - Some zwave cleanup ([@andrey-git]) - sensor.speedtest: provide a default icon ([@molobrakos]) - Test the temperature returned by RM2 ([@aronsky]) @@ -123,13 +123,13 @@ Hot fix release to fix dependency issues. More detailed information about the is - Config fix ([@balloob]) - Bugfix mqtt paho client to speend time ([@pvizeli]) - Properly report features for each hue bulb type ([@jawilson]) -- Local file camera now supports yet inexisting files. ([@jjmontestl]) +- Local file camera now supports yet inexisting files. ([@jjmontesl]) - light.transition now supports float instead of int in order to be able to perform faster transitions ([@BillyNate]) - Fix for OSRAM lights connected to hue bridge ([@groth-its]) - Add support for MAX!Cube thermostats and window shutter sensors ([@BastianPoe]) - Analog modem callerid support ([@vroomfonde1]) - [sensor.dnsip] New Sensor: DNS IP ([@danielperna84]) -- Update library version for Yeelight Sunflower lights platform (fix for packaging problem with 0.0.7) ([@lindsaymarkwawrd]) +- Update library version for Yeelight Sunflower lights platform (fix for packaging problem with 0.0.7) (@lindsaymarkwawrd) - Prevent duplicate names on Vera devices by appending the device id ([@arjenfvellinga]) - Add temperature support for MH-Z19 CO2 sensor. ([@andrey-git]) - improve history_stats accuracy ([@bokub]) @@ -139,7 +139,7 @@ Hot fix release to fix dependency issues. More detailed information about the is - Migrate calendar setup to async. ([@pvizeli]) - Frontier silicon ([@zhelev]) - Bootstrap / Component setup async ([@pvizeli]) -- Convert kpH and mpH to kph and mph ([@ericgingras]) +- Convert kpH and mpH to kph and mph (@ericgingras) - Rollback netdisco to 0.8.2 to resolve #6165 ([@jumpkick]) - Log errors when loading yaml ([@kellerza]) - Bootstrap tweaks tests ([@balloob]) @@ -175,7 +175,7 @@ Hot fix release to fix dependency issues. More detailed information about the is - Bugfix new async_add_devices function ([@pvizeli]) - Restore for input_slider ([@pvizeli]) - Added IPv4 data collector ([@open-homeautomation]) -- Return None instead of raising ValueException from as_timestamp template function. ([@jjmontestl]) +- Return None instead of raising ValueException from as_timestamp template function. ([@jjmontesl]) - [recorder] Catch more startup errors #6179 ([@kellerza]) - twilio component ([@happyleavesaoc]) - Add Z-Wave battery level as a sensor. ([@andrey-git]) @@ -264,7 +264,6 @@ Hot fix release to fix dependency issues. More detailed information about the is [@danielperna84]: https://github.com/danielperna84 [@dennisdegreef]: https://github.com/dennisdegreef [@dramamoose]: https://github.com/dramamoose -[@ericgingras]: https://github.com/ericgingras [@fabaff]: https://github.com/fabaff [@finish06]: https://github.com/finish06 [@fronzbot]: https://github.com/fronzbot @@ -273,12 +272,11 @@ Hot fix release to fix dependency issues. More detailed information about the is [@ishults]: https://github.com/ishults [@janLo]: https://github.com/janLo [@jawilson]: https://github.com/jawilson -[@jjmontestl]: https://github.com/jjmontestl +[@jjmontesl]: https://github.com/jjmontesl [@jmvermeulen]: https://github.com/jmvermeulen [@joe248]: https://github.com/joe248 [@jumpkick]: https://github.com/jumpkick [@kellerza]: https://github.com/kellerza -[@lindsaymarkwawrd]: https://github.com/lindsaymarkwawrd [@martinfrancois]: https://github.com/martinfrancois [@masarliev]: https://github.com/masarliev [@mezz64]: https://github.com/mezz64 diff --git a/source/_posts/2017-03-25-todo-volumio-workday.markdown b/source/_posts/2017-03-25-todo-volumio-workday.markdown index c0ebd7f9e6d..ec210f8cd3c 100644 --- a/source/_posts/2017-03-25-todo-volumio-workday.markdown +++ b/source/_posts/2017-03-25-todo-volumio-workday.markdown @@ -341,7 +341,7 @@ Experiencing issues introduced by this release? Please report them in our [issue [mqtt]: /docs/mqtt/ [plex]: /components/media_player.plex/ [tado]: /components/climate.tado/ -[volumio]: //components/media_player.volumio/ +[volumio]: /components/volumio/ [workday]: /components/binary_sensor.workday/ [android]: /components/android_ip_webcam/ [shadow]: https://www.w3.org/TR/shadow-dom/ diff --git a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown index e1ea17c03e2..8ad4b3464e1 100644 --- a/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown +++ b/source/_posts/2017-04-22-ikea-tradfri--spotify.markdown @@ -91,7 +91,7 @@ Experiencing issues introduced by this release? Please report them in our [issue ## Release 0.43.1 - April 25 -- Zwave cover workaround for graber shades. ([@turbokongen] - [#7204]) ([cover.zwave docs]) ([zwave.workaround docs]) +- Zwave cover workaround for graber shades. ([@turbokongen] - [#7204]) ([cover.zwave docs]) (zwave.workaround docs) - Upgrade paho-mqtt to 1.2.3 ([@fabaff] - [#7214]) - Workround for wemo subscription bug. ([@pavoni] - [#7245]) ([wemo docs]) ([switch.wemo docs]) - Fix telegram webhooks ([@MartinHjelmare] - [#7236]) ([telegram_bot docs]) ([telegram_bot.webhooks docs]) @@ -502,7 +502,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [telegram_bot docs]: /components/telegram_bot/ [telegram_bot.webhooks docs]: /components/telegram_bot.webhooks/ [wemo docs]: /components/wemo/ -[zwave.workaround docs]: /components/zwave.workaround/ [#7271]: https://github.com/home-assistant/home-assistant/pull/7271 [#7282]: https://github.com/home-assistant/home-assistant/pull/7282 [#7290]: https://github.com/home-assistant/home-assistant/pull/7290 diff --git a/source/_posts/2017-07-02-release-48.markdown b/source/_posts/2017-07-02-release-48.markdown index 0edf2193e6e..d4a4c23a6b9 100644 --- a/source/_posts/2017-07-02-release-48.markdown +++ b/source/_posts/2017-07-02-release-48.markdown @@ -171,7 +171,7 @@ light: - Decora light: Fix brightness level in UI ([@titilambert] - [#8139]) ([light.decora docs]) - Add I2c BME280 temperature, humidity and pressure sensor for Raspberry Pi ([@azogue] - [#7989]) ([sensor.bme280 docs]) (new-platform) - Upgrade libsoundtouch to prevent Python3.6 errors with enum. #7733 #8103 ([@CharlesBlonde] - [#8143]) ([media_player.soundtouch docs]) -- Adds CPU temp monitoring, and allow startup when endpoint is not yet available. ([@jjmontestl] - [#8093]) ([sensor.glances docs]) +- Adds CPU temp monitoring, and allow startup when endpoint is not yet available. ([@jjmontesl] - [#8093]) ([sensor.glances docs]) - Add I2c HTU21D temperature and humidity sensor for Raspberry Pi ([@azogue] - [#8049]) ([sensor.htu21d docs]) (new-platform) - Add new BH1750 light level sensor ([@azogue] - [#8050]) ([sensor.bh1750 docs]) (new-platform) - LimitlessLED: Configurable fade-out behavior ([@SmilyOrg] - [#7369]) ([light.limitlessled docs]) (breaking change) @@ -232,7 +232,7 @@ light: - Use constant and update ordering ([@fabaff] - [#8246]) ([arlo docs]) ([camera.arlo docs]) - Add PlatformNotReady support for Sensibo ([@andrey-git] - [#8252]) ([climate.sensibo docs]) - verisure component names ([@persandstrom] - [#8251]) ([binary_sensor.verisure docs]) ([camera.verisure docs]) ([lock.verisure docs]) ([switch.verisure docs]) -- further document add_node_secure ([@kentcalero] - [#8229]) +- further document add_node_secure ([@JudgeDreddKLC] - [#8229]) - Upgrade libnacl to 1.5.1 ([@fabaff] - [#8259]) ([device_tracker.owntracks docs]) - Docker cleanup. ([@michaelarnauts] - [#8226]) - Implement templates for covers ([@PhracturedBlue] - [#8100]) ([cover.template docs]) (new-platform) @@ -389,10 +389,10 @@ light: [@happyleavesaoc]: https://github.com/happyleavesaoc [@jawilson]: https://github.com/jawilson [@jeanregisser]: https://github.com/jeanregisser -[@jjmontestl]: https://github.com/jjmontestl +[@jjmontesl]: https://github.com/jjmontesl [@jshore1296]: https://github.com/jshore1296 [@karlw00t]: https://github.com/karlw00t -[@kentcalero]: https://github.com/kentcalero +[@JudgeDreddKLC]: https://github.com/JudgeDreddKLC [@lrmate]: https://github.com/lrmate [@lunar-consultancy]: https://github.com/lunar-consultancy [@madpilot]: https://github.com/madpilot diff --git a/source/_posts/2017-08-26-release-0-52.markdown b/source/_posts/2017-08-26-release-0-52.markdown index 3cd74554882..8b33fad24b7 100644 --- a/source/_posts/2017-08-26-release-0-52.markdown +++ b/source/_posts/2017-08-26-release-0-52.markdown @@ -118,7 +118,7 @@ usps: - Buienradar newconditions ([@mjj4791] - [#8897]) ([sensor.buienradar docs]) ([weather.buienradar docs]) - Pushbullet, fix multiple messages sent when url param is set ([@karlkar] - [#9006]) ([notify.pushbullet docs]) - Update to pyenvisalink 2.2, and remove range validation on zonedump i… ([@Cinntax] - [#8981]) ([envisalink docs]) -- Fix #9010 - Swiss Public Transportation shows departure time in the past ([@michaelhertig] - [#9011]) ([sensor.swiss_public_transport docs]) +- Fix #9010 - Swiss Public Transportation shows departure time in the past ([@hertg] - [#9011]) ([sensor.swiss_public_transport docs]) - Add HipChat notify service. ([@BioSehnsucht] - [#8918]) ([notify.hipchat docs]) (new-platform) - Update onkyo-eiscp to 1.2.3 ([@danieljkemp] - [#9019]) ([media_player.onkyo docs]) - Check if album image(s) exist in spotify ([@Tommatheussen] - [#9024]) ([media_player.spotify docs]) @@ -153,7 +153,7 @@ usps: - Added insteonplm device_override multiple capabilities ([@teharris1] - [#9078]) ([insteon_plm docs]) - Upgrade uber_rides to 0.5.1 ([@fabaff] - [#9080]) ([sensor.uber docs]) - Upgrade discord.py to 0.16.10 ([@fabaff] - [#9082]) ([notify.discord docs]) -- Fix `device` attribute in fritz_callmonitor.py (fixes #9055) ([@870074+max-te] - [#9081]) ([sensor.fritzbox_callmonitor docs]) +- Fix `device` attribute in fritz_callmonitor.py (fixes #9055) ([@max-te] - [#9081]) ([sensor.fritzbox_callmonitor docs]) - Upgrade youtube_dl to 2017.8.18 ([@fabaff] - [#9079]) ([media_extractor docs]) - Remove dash ([@fabaff] - [#9089]) - Upgrade credstash to 1.13.3 ([@fabaff] - [#9088]) @@ -256,7 +256,7 @@ usps: [#9125]: https://github.com/home-assistant/home-assistant/pull/9125 [#9126]: https://github.com/home-assistant/home-assistant/pull/9126 [#9127]: https://github.com/home-assistant/home-assistant/pull/9127 -[@870074+max-te]: https://github.com/870074+max-te +[@max-te]: https://github.com/max-te [@BioSehnsucht]: https://github.com/BioSehnsucht [@Cinntax]: https://github.com/Cinntax [@LaStrada]: https://github.com/LaStrada @@ -288,7 +288,7 @@ usps: [@mbrrg]: https://github.com/mbrrg [@mezz64]: https://github.com/mezz64 [@michaelarnauts]: https://github.com/michaelarnauts -[@michaelhertig]: https://github.com/michaelhertig +[@hertg]: https://github.com/hertg [@mjj4791]: https://github.com/mjj4791 [@molobrakos]: https://github.com/molobrakos [@nkgilley]: https://github.com/nkgilley