mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
🔨 Fix broken links (part 1) (#9805)
* 🔨 Fix broken links (part 1) * 🚑 Recover the new usernames
This commit is contained in:
parent
b241c227d0
commit
e805ffc0d5
@ -69,13 +69,13 @@ sensor:
|
||||
```
|
||||
|
||||
__InstaPush__
|
||||
<img src='/images/supported_brands/instapush.png' style='border:none; box-shadow: none; float: right;' height='50' /> [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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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__
|
||||
<img src='/images/supported_brands/mqtt.png' style='border:none; box-shadow: none; float: right;' height='50' /> 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].
|
||||
<img src='/images/supported_brands/mqtt.png' style='border:none; box-shadow: none; float: right;' height='50' /> 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/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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))
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
<img src='/images/supported_brands/mysensors.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/raspberry-pi.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='50' /><img src='/images/supported_brands/yr.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/telldus.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/free_mobile.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/netatmo.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/alarmdotcom.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/proliphix.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
|
||||
<img src='/images/supported_brands/mysensors.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/raspberry-pi.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='50' /><img src='/images/supported_brands/yr.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/telldus_tellstick.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/free_mobile.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/netatmo.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/alarmdotcom.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/proliphix.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
|
||||
|
||||
- [MySensors] revamped and switch support added ([@MartinHjelmare][@MartinHjelmare])
|
||||
- Full refactor of RPi GPIO. Now includes [binary sensor][rpi-bs] and [switch][rpi-s] ([@sfam])
|
||||
|
@ -22,7 +22,7 @@ This release includes a very frequent requested feature: the ability to organize
|
||||
Example of the new views in the frontend. <a href='/components/group/'>Learn more.</a>
|
||||
</p>
|
||||
|
||||
<img src='/images/supported_brands/insteon.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/lifx.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/twitter.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/zigbee.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/google_voice.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
|
||||
<img src='/images/supported_brands/insteon.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/lifx.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/twitter.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' /><img src='/images/supported_brands/zigbee.png' style='clear: right; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='150' />
|
||||
|
||||
- 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. <a href='/components/group/'>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. <a href='/components/group/'>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/
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -30,7 +30,7 @@ For a long time we have had a bunch of [weather sensors][weather-sensors] but it
|
||||
|
||||
### All changes
|
||||
|
||||
<img src='/images/supported_brands/icloud.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/influxdb.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/emby.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/synologydsm.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/garadget_logo.jpg' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/yeelight.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/philips.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/nfandroidtv.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/currencylayer.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/influxdb.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' />
|
||||
<img src='/images/supported_brands/icloud.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/influxdb.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/emby.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/synologydsm.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/garadget.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/yeelight.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/philips.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/nfandroidtv.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/currencylayer.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/influxdb.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' />
|
||||
|
||||
- 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
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user