mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-18 08:06:52 +00:00
🔨 Fix broken links (part 2) (#9806)
This commit is contained in:
parent
e805ffc0d5
commit
432922bb72
@ -22,7 +22,7 @@ At present, this integration only supports ordering within Canada and the US.
|
|||||||
|
|
||||||
To enable the component, you need to set up your customer information and define some orders.
|
To enable the component, you need to set up your customer information and define some orders.
|
||||||
|
|
||||||
Orders are a group of product codes. You can get these product codes by inspecting an order request from the Dominos web app, or you can [add this custom panel by following this readme](https://github.com/wardcraigj/hass-dominos-panel) to see the available product codes in a separate panel in your install.
|
Orders are a group of product codes. You can get these product codes by inspecting an order request from the Dominos web app, or you can [add this custom panel by following this readme](https://github.com/craigjmidwinter/hass-dominos-panel) to see the available product codes in a separate panel in your install.
|
||||||
|
|
||||||
Currently, there is no support in this integration for toppings, coupons or order tracking.
|
Currently, there is no support in this integration for toppings, coupons or order tracking.
|
||||||
|
|
||||||
|
@ -129,7 +129,7 @@ or
|
|||||||
2001:raw:600:/dev/ttyUSB0:9600 EVEN 1STOPBIT 7DATABITS XONXOFF LOCAL -RTSCTS
|
2001:raw:600:/dev/ttyUSB0:9600 EVEN 1STOPBIT 7DATABITS XONXOFF LOCAL -RTSCTS
|
||||||
```
|
```
|
||||||
|
|
||||||
[HASSbian](/getting-started/installation-raspberry-pi-image/) users have to give dialout permission to the user `homeassistant`:
|
[HASSbian](/docs/installation/hassbian/installation/) users have to give dialout permission to the user `homeassistant`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo usermod -a -G dialout homeassistant
|
$ sudo usermod -a -G dialout homeassistant
|
||||||
|
@ -22,7 +22,7 @@ The platform does not directly interact with the buttons, *but communicates with
|
|||||||
|
|
||||||
#### Service setup
|
#### Service setup
|
||||||
|
|
||||||
If you are using Hass.io, you can run the service locally by [installing](/hassio/installing_third_party_addons/) the flicd add-on from [pschmitt's repository](https://github.com/pschmitt/hassio-addons). On a Hass.io installation that's not yet based on HassOS, you also need to install the [bluetooth add-on](/addons/bluetooth_bcm43xx/).
|
If you are using Hass.io, you can run the service locally by [installing](/hassio/installing_third_party_addons/) the flicd add-on from [pschmitt's repository](https://github.com/pschmitt/hassio-addons).
|
||||||
|
|
||||||
For instructions on how to install the service manually, visit the GitHub repository of the service for [Linux](https://github.com/50ButtonsEach/fliclib-linux-hci), [OS X](https://github.com/50ButtonsEach/flic-service-osx) or [Windows](https://github.com/50ButtonsEach/fliclib-windows).
|
For instructions on how to install the service manually, visit the GitHub repository of the service for [Linux](https://github.com/50ButtonsEach/fliclib-linux-hci), [OS X](https://github.com/50ButtonsEach/flic-service-osx) or [Windows](https://github.com/50ButtonsEach/fliclib-windows).
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ redirect_from:
|
|||||||
Locative is no longer under active development.
|
Locative is no longer under active development.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
This platform allows you to detect presence using [Locative](https://my.locative.io/). Locative is an open source app for [iOS](https://github.com/LocativeHQ/ios-app) and [Android](https://github.com/LocativeHQ/Locative-Android) that allows users to set up a `GET` or `POST` request when a geofence is entered or exited. This can be configured with Home Assistant to update your location.
|
This platform allows you to detect presence using [Locative](https://www.locative.io/). Locative is an open source app for [iOS](https://github.com/LocativeHQ/ios-app) and [Android](https://github.com/LocativeHQ/Locative-Android) that allows users to set up a `GET` or `POST` request when a geofence is entered or exited. This can be configured with Home Assistant to update your location.
|
||||||
|
|
||||||
Install on your smartphone:
|
Install on your smartphone:
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ redirect_from:
|
|||||||
- /components/sensor.miflora/
|
- /components/sensor.miflora/
|
||||||
---
|
---
|
||||||
|
|
||||||
The `miflora` sensor platform allows one to monitor plant soil and air conditions. The [Mi Flora plant sensor](https://www.huahuacaocao.com/product) is a small Bluetooth Low Energy device that monitors the moisture and conductivity of the soil as well as ambient light and temperature. Since only one BLE device can be polled at a time, the library implements locking to prevent polling more than one device at a time.
|
The `miflora` sensor platform allows one to monitor plant soil and air conditions. The [Mi Flora plant sensor](http://www.huahuacaocao.com/product) is a small Bluetooth Low Energy device that monitors the moisture and conductivity of the soil as well as ambient light and temperature. Since only one BLE device can be polled at a time, the library implements locking to prevent polling more than one device at a time.
|
||||||
|
|
||||||
There are "Chinese" and "International" versions available and there is a [report](https://community.home-assistant.io/t/miflora-showing-data-unknown/19550/8) that only the "International" works.
|
There are "Chinese" and "International" versions available and there is a [report](https://community.home-assistant.io/t/miflora-showing-data-unknown/19550/8) that only the "International" works.
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Rock on.
|
|||||||
- Services for thermostats, notify and media player will now validate passed in parameters ([@MartinHjelmare])
|
- 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])
|
- Switch: [PulseAudio loopback] now supported ([@Cinntax])
|
||||||
- Sensor: [Uber] now supported ([@robbiet480])
|
- Sensor: Uber now supported ([@robbiet480])
|
||||||
- Notify: [Growl (GNTP)] now supported ([@robbiet480])
|
- Notify: [Growl (GNTP)] now supported ([@robbiet480])
|
||||||
- Media Player: [Yamaha receivers] now supported ([@aoakeson])
|
- Media Player: [Yamaha receivers] now supported ([@aoakeson])
|
||||||
|
|
||||||
@ -61,7 +61,6 @@ Rock on.
|
|||||||
[OwnTracks]: /components/device_tracker.owntracks/
|
[OwnTracks]: /components/device_tracker.owntracks/
|
||||||
[PulseAudio loopback]: /components/switch.pulseaudio_loopback/
|
[PulseAudio loopback]: /components/switch.pulseaudio_loopback/
|
||||||
[Tellstick]: /components/tellstick/
|
[Tellstick]: /components/tellstick/
|
||||||
[Uber]: /components/sensor.uber/
|
|
||||||
[Vera]: /components/vera/
|
[Vera]: /components/vera/
|
||||||
[Wake on LAN]: /components/switch.wake_on_lan/
|
[Wake on LAN]: /components/switch.wake_on_lan/
|
||||||
[Z-Wave]: /components/zwave/#services
|
[Z-Wave]: /components/zwave/#services
|
||||||
|
@ -27,7 +27,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])
|
||||||
@ -71,7 +71,6 @@ device_tracker:
|
|||||||
[Asus WRT]: /components/device_tracker.asuswrt/
|
[Asus WRT]: /components/device_tracker.asuswrt/
|
||||||
[Ecobee thermostats]: /components/notify.ecobee/
|
[Ecobee thermostats]: /components/notify.ecobee/
|
||||||
[Google Play Music Desktop Player]: /components/media_player.gpmdp/
|
[Google Play Music Desktop Player]: /components/media_player.gpmdp/
|
||||||
[Lambda]: /components/notify.aws_lambda/
|
|
||||||
[LG Netcast TVs]: /components/media_player.lg_netcast/
|
[LG Netcast TVs]: /components/media_player.lg_netcast/
|
||||||
[Logentries]: /components/logentries/
|
[Logentries]: /components/logentries/
|
||||||
[mold indicator]: /components/sensor.moldindicator/
|
[mold indicator]: /components/sensor.moldindicator/
|
||||||
|
@ -30,5 +30,5 @@ As it is today there is no pre-compiled Z-Wave support but it can be installed b
|
|||||||
|
|
||||||
Happy Automating!
|
Happy Automating!
|
||||||
|
|
||||||
[gs-image]: /getting-started/installation-raspberry-pi-image/
|
[gs-image]: /docs/installation/hassbian/installation/
|
||||||
[BRUHAutomation]: https://www.youtube.com/channel/UCLecVrux63S6aYiErxdiy4w
|
[BRUHAutomation]: https://www.youtube.com/channel/UCLecVrux63S6aYiErxdiy4w
|
||||||
|
@ -123,7 +123,7 @@ We are working on a better solution for 0.35.
|
|||||||
### Release 0.34.5 - December 12
|
### Release 0.34.5 - December 12
|
||||||
|
|
||||||
- Fix Nest sensors doing I/O inside event loop ([@balloob])
|
- Fix Nest sensors doing I/O inside event loop ([@balloob])
|
||||||
- Fix Nest version bump not triggering re-install ([@R1chardTM])
|
- Fix Nest version bump not triggering re-install ([@EarthlingRich])
|
||||||
- Fix Nest cameras without activity zones ([@technicalpickles])
|
- Fix Nest cameras without activity zones ([@technicalpickles])
|
||||||
- Fix Plex doing I/O inside event loop ([@balloob])
|
- Fix Plex doing I/O inside event loop ([@balloob])
|
||||||
|
|
||||||
@ -142,7 +142,7 @@ We are working on a better solution for 0.35.
|
|||||||
|
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
|
||||||
|
|
||||||
[@R1chardTM]: https://github.com/R1chardTM
|
[@EarthlingRich]: https://github.com/EarthlingRich
|
||||||
[@armills]: https://github.com/armills
|
[@armills]: https://github.com/armills
|
||||||
[@jawilson]: https://github.com/jawilson
|
[@jawilson]: https://github.com/jawilson
|
||||||
[@rubund]: https://github.com/rubund
|
[@rubund]: https://github.com/rubund
|
||||||
|
@ -44,7 +44,7 @@ The new [image processing component][image] currently works with [number plates]
|
|||||||
- Switch: [BeagleBone Black][beaglebone] GPIO are supported now ([@MatoKafkac])
|
- Switch: [BeagleBone Black][beaglebone] GPIO are supported now ([@MatoKafkac])
|
||||||
- Light: New support for [Tikteck][tik] Bluetooth bulbs ([@mjg59])
|
- Light: New support for [Tikteck][tik] Bluetooth bulbs ([@mjg59])
|
||||||
- Switch: Support for customised [Kankun SP3 Wifi][kankun] switches ([@webworxshop])
|
- Switch: Support for customised [Kankun SP3 Wifi][kankun] switches ([@webworxshop])
|
||||||
- Insteon local: Local [insteon][insteon] support([@wardcraigj])
|
- Insteon local: Local [insteon][insteon] support([@craigjmidwinter])
|
||||||
- `rest_command`: Support for using [REST][rest] ([@pvizeli])
|
- `rest_command`: Support for using [REST][rest] ([@pvizeli])
|
||||||
- Sensor: Show details of the [Dublin RTPI][dublin] information ([@ttroy50])
|
- Sensor: Show details of the [Dublin RTPI][dublin] information ([@ttroy50])
|
||||||
- Light: [Zengge Bluetooth][zengge] bulbs ([@mjg59])
|
- Light: [Zengge Bluetooth][zengge] bulbs ([@mjg59])
|
||||||
@ -158,7 +158,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@ttroy50]: https://github.com/ttroy50
|
[@ttroy50]: https://github.com/ttroy50
|
||||||
[@turbokongen]: https://github.com/turbokongen
|
[@turbokongen]: https://github.com/turbokongen
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[@webworxshop]: https://github.com/webworxshop
|
[@webworxshop]: https://github.com/webworxshop
|
||||||
[@Zac-HD]: https://github.com/Zac-HD
|
[@Zac-HD]: https://github.com/Zac-HD
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ Thanks to [@konikvranik] the [HDMI CEC][cec] integration got a huge update with
|
|||||||
- Light - Hue: Improvements ([@robbiet480])
|
- Light - Hue: Improvements ([@robbiet480])
|
||||||
- TTS - YandexTTS: Added speed and emotion to Yandex TTS ([@lupin-de-mid])
|
- TTS - YandexTTS: Added speed and emotion to Yandex TTS ([@lupin-de-mid])
|
||||||
- Light - tellstick.py: Tellstick light fix ([@stefan-jonasson])
|
- Light - tellstick.py: Tellstick light fix ([@stefan-jonasson])
|
||||||
- Switch - insteon_local.py: only check for devices when not defined in config ([@wardcraigj])
|
- Switch - insteon_local.py: only check for devices when not defined in config ([@craigjmidwinter])
|
||||||
- Notify - Twitter: Allow direct messaging to user ([@fabaff])
|
- Notify - Twitter: Allow direct messaging to user ([@fabaff])
|
||||||
- Fan - MQTT: Don't set a speed when fan turns on ([@robbiet480])
|
- Fan - MQTT: Don't set a speed when fan turns on ([@robbiet480])
|
||||||
- Config: Allow easier customization of whole domain, entity lists, globs ([@andrey-git])
|
- Config: Allow easier customization of whole domain, entity lists, globs ([@andrey-git])
|
||||||
@ -123,11 +123,11 @@ Thanks to [@konikvranik] the [HDMI CEC][cec] integration got a huge update with
|
|||||||
- Media player - Sonos: Add `is_coordinator`, set coordinator after join/unjoin, and no empty image ([@pvizeli], [@andrey-git], [@robbiet480])
|
- Media player - Sonos: Add `is_coordinator`, set coordinator after join/unjoin, and no empty image ([@pvizeli], [@andrey-git], [@robbiet480])
|
||||||
- Climate: Hold mode ([@Duoxilian])
|
- Climate: Hold mode ([@Duoxilian])
|
||||||
- Switch - TPlink: No longer doing I/O in event bus ([@balloob])
|
- Switch - TPlink: No longer doing I/O in event bus ([@balloob])
|
||||||
- Light - Insteon local: Improve Insteon configuration ([@wardcraigj])
|
- Light - Insteon local: Improve Insteon configuration ([@craigjmidwinter])
|
||||||
- Emulated Hue: Emulated Hue "host-ip" fails to bind when running in docker without `--net=host` ([@jeremydk])
|
- Emulated Hue: Emulated Hue "host-ip" fails to bind when running in docker without `--net=host` ([@jeremydk])
|
||||||
- Climate - EQ3 BT smart: Add reporting for availability ([@rytilahti])
|
- Climate - EQ3 BT smart: Add reporting for availability ([@rytilahti])
|
||||||
|
|
||||||
Bugfix: [@balloob], [@fabaff], [@freol35241], [@pvizeli], [@Danielhiversen], [@tdickman], [@armills], [@rytilahti], [@R1chardTM], [@asbach], [@happyleavesaoc], [@robbiet480], [@colinodell], [@joopert], [@dale3h], [@pavoni], [@jaharkes], [@MartinHjelmare], [@mezz64], [@jabesq], and you if you are missing in this list.
|
Bugfix: [@balloob], [@fabaff], [@freol35241], [@pvizeli], [@Danielhiversen], [@tdickman], [@armills], [@rytilahti], [@EarthlingRich], [@asbach], [@happyleavesaoc], [@robbiet480], [@colinodell], [@joopert], [@dale3h], [@pavoni], [@jaharkes], [@MartinHjelmare], [@mezz64], [@jabesq], and you if you are missing in this list.
|
||||||
|
|
||||||
### Release 0.37.1 - February 2
|
### Release 0.37.1 - February 2
|
||||||
|
|
||||||
@ -191,7 +191,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@mezz64]: https://github.com/mezz64
|
[@mezz64]: https://github.com/mezz64
|
||||||
[@pavoni]: https://github.com/pavoni
|
[@pavoni]: https://github.com/pavoni
|
||||||
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
||||||
[@R1chardTM]: https://github.com/R1chardTM
|
[@EarthlingRich]: https://github.com/EarthlingRich
|
||||||
[@andrey-git]: https://github.com/andrey-git
|
[@andrey-git]: https://github.com/andrey-git
|
||||||
[@kellerza]: https://github.com/kellerza
|
[@kellerza]: https://github.com/kellerza
|
||||||
[@dale3h]: https://github.com/dale3h
|
[@dale3h]: https://github.com/dale3h
|
||||||
@ -208,7 +208,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@pvizeli]: https://github.com/pvizeli
|
[@pvizeli]: https://github.com/pvizeli
|
||||||
[@anpetrov]: https://github.com/anpetrov
|
[@anpetrov]: https://github.com/anpetrov
|
||||||
[@partofthething]: https://github.com/partofthething
|
[@partofthething]: https://github.com/partofthething
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[@Danielhiversen]: https://github.com/Danielhiversen
|
[@Danielhiversen]: https://github.com/Danielhiversen
|
||||||
[@colinodell]: https://github.com/colinodell
|
[@colinodell]: https://github.com/colinodell
|
||||||
[@hoopty]: https://github.com/hoopty
|
[@hoopty]: https://github.com/hoopty
|
||||||
|
@ -58,5 +58,5 @@ To get started with the new image, check out the installation instructions in th
|
|||||||
[hassbian-repo]: https://github.com/home-assistant/hassbian-scripts
|
[hassbian-repo]: https://github.com/home-assistant/hassbian-scripts
|
||||||
[hassbian-avahi]: hassbian.local
|
[hassbian-avahi]: hassbian.local
|
||||||
[landrash-github]: https://github.com/Landrash
|
[landrash-github]: https://github.com/Landrash
|
||||||
[gs-image]: /getting-started/installation-raspberry-pi-image/
|
[gs-image]: /docs/installation/hassbian/installation/
|
||||||
[discord]: https://discord.gg/8X8DTH4
|
[discord]: https://discord.gg/8X8DTH4
|
||||||
|
@ -139,8 +139,8 @@ Hot fix release to fix dependency issues. More detailed information about the is
|
|||||||
- Migrate calendar setup to async. ([@pvizeli])
|
- Migrate calendar setup to async. ([@pvizeli])
|
||||||
- Frontier silicon ([@zhelev])
|
- Frontier silicon ([@zhelev])
|
||||||
- Bootstrap / Component setup async ([@pvizeli])
|
- 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])
|
- Rollback netdisco to 0.8.2 to resolve #6165 ([@deftdawg])
|
||||||
- Log errors when loading yaml ([@kellerza])
|
- Log errors when loading yaml ([@kellerza])
|
||||||
- Bootstrap tweaks tests ([@balloob])
|
- Bootstrap tweaks tests ([@balloob])
|
||||||
- Telegram webhooks new text event ([@scipioni])
|
- Telegram webhooks new text event ([@scipioni])
|
||||||
@ -236,7 +236,7 @@ Hot fix release to fix dependency issues. More detailed information about the is
|
|||||||
- Increase upper limit on light transitions ([@amelchio])
|
- Increase upper limit on light transitions ([@amelchio])
|
||||||
- Bugfix android camera autodiscovery settings ([@pvizeli])
|
- Bugfix android camera autodiscovery settings ([@pvizeli])
|
||||||
- Update to Pyunifi2.0 ([@finish06])
|
- Update to Pyunifi2.0 ([@finish06])
|
||||||
- Insteon lib ([@wardcraigj])
|
- Insteon lib ([@craigjmidwinter])
|
||||||
- Bugfix rpi_rf cleanup ([@pvizeli])
|
- Bugfix rpi_rf cleanup ([@pvizeli])
|
||||||
- Android webcam better error handling / pump library 0.4 ([@pvizeli])
|
- Android webcam better error handling / pump library 0.4 ([@pvizeli])
|
||||||
|
|
||||||
@ -275,7 +275,7 @@ Hot fix release to fix dependency issues. More detailed information about the is
|
|||||||
[@jjmontesl]: https://github.com/jjmontesl
|
[@jjmontesl]: https://github.com/jjmontesl
|
||||||
[@jmvermeulen]: https://github.com/jmvermeulen
|
[@jmvermeulen]: https://github.com/jmvermeulen
|
||||||
[@joe248]: https://github.com/joe248
|
[@joe248]: https://github.com/joe248
|
||||||
[@jumpkick]: https://github.com/jumpkick
|
[@deftdawg]: https://github.com/deftdawg
|
||||||
[@kellerza]: https://github.com/kellerza
|
[@kellerza]: https://github.com/kellerza
|
||||||
[@martinfrancois]: https://github.com/martinfrancois
|
[@martinfrancois]: https://github.com/martinfrancois
|
||||||
[@masarliev]: https://github.com/masarliev
|
[@masarliev]: https://github.com/masarliev
|
||||||
@ -297,7 +297,7 @@ Hot fix release to fix dependency issues. More detailed information about the is
|
|||||||
[@titilambert]: https://github.com/titilambert
|
[@titilambert]: https://github.com/titilambert
|
||||||
[@valentinalexeev]: https://github.com/valentinalexeev
|
[@valentinalexeev]: https://github.com/valentinalexeev
|
||||||
[@vroomfonde1]: https://github.com/vroomfonde1
|
[@vroomfonde1]: https://github.com/vroomfonde1
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[@zhelev]: https://github.com/zhelev
|
[@zhelev]: https://github.com/zhelev
|
||||||
[main chat channel]: https://discord.gg/c5DvZ4e
|
[main chat channel]: https://discord.gg/c5DvZ4e
|
||||||
[@dale3h]: https://github.com/dale3h
|
[@dale3h]: https://github.com/dale3h
|
||||||
|
@ -49,9 +49,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
## All changes
|
## All changes
|
||||||
|
|
||||||
- Bugfix android camera autodiscovery settings ([@pvizeli] - [#6510])
|
- Bugfix android camera autodiscovery settings ([@pvizeli] - [#6510])
|
||||||
- Insteon lib ([@wardcraigj] - [#6505])
|
- Insteon lib ([@craigjmidwinter] - [#6505])
|
||||||
- Update to Pyunifi2.0 ([@finish06] - [#6490])
|
- Update to Pyunifi2.0 ([@finish06] - [#6490])
|
||||||
- Insteon lib ([@wardcraigj] - [#6505])
|
- Insteon lib ([@craigjmidwinter] - [#6505])
|
||||||
- Don't allow sending to invalid iOS targets ([@robbiet480] - [#6115])
|
- Don't allow sending to invalid iOS targets ([@robbiet480] - [#6115])
|
||||||
- Bugfix rpi_rf cleanup ([@pvizeli] - [#6513])
|
- Bugfix rpi_rf cleanup ([@pvizeli] - [#6513])
|
||||||
- Include LICENSE.md in tarball ([@bachp] - [#6514])
|
- Include LICENSE.md in tarball ([@bachp] - [#6514])
|
||||||
@ -330,7 +330,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@tylercrumpton]: https://github.com/tylercrumpton
|
[@tylercrumpton]: https://github.com/tylercrumpton
|
||||||
[@vrnagy]: https://github.com/vrnagy
|
[@vrnagy]: https://github.com/vrnagy
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[@wmalgadey]: https://github.com/wmalgadey
|
[@wmalgadey]: https://github.com/wmalgadey
|
||||||
[@yeralin]: https://github.com/yeralin
|
[@yeralin]: https://github.com/yeralin
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Also want to take a moment to thank Austin Andrews aka [Templarian] for his [Mat
|
|||||||
|
|
||||||
- Lockitron locks ([@aarya123] - [#6805])
|
- Lockitron locks ([@aarya123] - [#6805])
|
||||||
- Met Office weather and sensor components ([@jacobtomlinson] - [#6742])
|
- Met Office weather and sensor components ([@jacobtomlinson] - [#6742])
|
||||||
- Total Connect alarm systems ([@wardcraigj] - [#6887])
|
- Total Connect alarm systems ([@craigjmidwinter] - [#6887])
|
||||||
- Eddystone Beacon Temperature Sensor ([@citruz] - [#6789])
|
- Eddystone Beacon Temperature Sensor ([@citruz] - [#6789])
|
||||||
- CrimeReports.com integration shows crimes around a location in the US ([@happyleavesaoc] - [#6966])
|
- CrimeReports.com integration shows crimes around a location in the US ([@happyleavesaoc] - [#6966])
|
||||||
- The Ring doorbell has been integrated further with the inclusion of binary sensors ([@tchellomello] - [#6520])
|
- The Ring doorbell has been integrated further with the inclusion of binary sensors ([@tchellomello] - [#6520])
|
||||||
@ -170,7 +170,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Fix configuration setup ([@bdurrer] - [#6853])
|
- Fix configuration setup ([@bdurrer] - [#6853])
|
||||||
- Add option to disable automatic add for lights and sensors. ([@aequitas] - [#6852])
|
- Add option to disable automatic add for lights and sensors. ([@aequitas] - [#6852])
|
||||||
- Update aioHTTP to 2.0.5 ([@pvizeli] - [#6856])
|
- Update aioHTTP to 2.0.5 ([@pvizeli] - [#6856])
|
||||||
- use change light level to avoid variable ramp speeds ([@wardcraigj] - [#6860])
|
- use change light level to avoid variable ramp speeds ([@craigjmidwinter] - [#6860])
|
||||||
- Handle aiohttp task cancellation better ([@balloob] - [#6862])
|
- Handle aiohttp task cancellation better ([@balloob] - [#6862])
|
||||||
- Introduced Ring binary sensors and refactored Ring component ([@tchellomello] - [#6520]) (breaking change) (new-platform)
|
- Introduced Ring binary sensors and refactored Ring component ([@tchellomello] - [#6520]) (breaking change) (new-platform)
|
||||||
- Upgrade sendgrid to 3.6.5 ([@fabaff] - [#6866])
|
- Upgrade sendgrid to 3.6.5 ([@fabaff] - [#6866])
|
||||||
@ -204,7 +204,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Upgrade Sphinx to 1.5.4 ([@fabaff] - [#6927])
|
- Upgrade Sphinx to 1.5.4 ([@fabaff] - [#6927])
|
||||||
- Allow token authentication for 'hook' switch component ([@KlaasH] - [#6922])
|
- Allow token authentication for 'hook' switch component ([@KlaasH] - [#6922])
|
||||||
- WIP - Fix bug in state handling in Vera Switch and Light ([@pavoni] - [#6931])
|
- WIP - Fix bug in state handling in Vera Switch and Light ([@pavoni] - [#6931])
|
||||||
- total connect alarm support ([@wardcraigj] - [#6887]) (new-platform)
|
- total connect alarm support ([@craigjmidwinter] - [#6887]) (new-platform)
|
||||||
- Initial state over restore state ([@balloob] - [#6924]) (breaking change)
|
- Initial state over restore state ([@balloob] - [#6924]) (breaking change)
|
||||||
- Eddystone Beacon Temperature Sensor ([@citruz] - [#6789]) (new-platform)
|
- Eddystone Beacon Temperature Sensor ([@citruz] - [#6789]) (new-platform)
|
||||||
- Add android ip webcam support for aiohttp2 ([@pvizeli] - [#6940])
|
- Add android ip webcam support for aiohttp2 ([@pvizeli] - [#6940])
|
||||||
@ -395,7 +395,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@turbokongen]: https://github.com/turbokongen
|
[@turbokongen]: https://github.com/turbokongen
|
||||||
[@viswa-swami]: https://github.com/viswa-swami
|
[@viswa-swami]: https://github.com/viswa-swami
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[@wmalgadey]: https://github.com/wmalgadey
|
[@wmalgadey]: https://github.com/wmalgadey
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
|
@ -173,7 +173,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Add support fo map data from Neato ([@turbokongen] - [#6939]) ([neato docs]) ([camera.neato docs]) ([sensor.neato docs]) (new-platform)
|
- Add support fo map data from Neato ([@turbokongen] - [#6939]) ([neato docs]) ([camera.neato docs]) ([sensor.neato docs]) (new-platform)
|
||||||
- Added initial support for IKEA Trådfri Gateway ([@ggravlingen] - [#7074]) ([light.tradfri docs]) (new-platform)
|
- Added initial support for IKEA Trådfri Gateway ([@ggravlingen] - [#7074]) ([light.tradfri docs]) (new-platform)
|
||||||
- Better thread safety in zwave node_entity ([@andrey-git] - [#7087])
|
- Better thread safety in zwave node_entity ([@andrey-git] - [#7087])
|
||||||
- Uber version bump ([@armills] - [#7100]) ([sensor.uber docs])
|
- Uber version bump ([@armills] - [#7100]) (sensor.uber docs)
|
||||||
- No product ids configured should fetch all ids ([@armills] - [#7091])
|
- No product ids configured should fetch all ids ([@armills] - [#7091])
|
||||||
- Upgrade aiohttp to 2.0.7 ([@fabaff] - [#7106])
|
- Upgrade aiohttp to 2.0.7 ([@fabaff] - [#7106])
|
||||||
- Update file header, add const for defaults, and update log messages ([@fabaff] - [#7110])
|
- Update file header, add const for defaults, and update log messages ([@fabaff] - [#7110])
|
||||||
@ -469,7 +469,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[sensor.qnap docs]: /components/sensor.qnap/
|
[sensor.qnap docs]: /components/sensor.qnap/
|
||||||
[sensor.speedtest docs]: /components/sensor.speedtest/
|
[sensor.speedtest docs]: /components/sensor.speedtest/
|
||||||
[sensor.systemmonitor docs]: /components/sensor.systemmonitor/
|
[sensor.systemmonitor docs]: /components/sensor.systemmonitor/
|
||||||
[sensor.uber docs]: /components/sensor.uber/
|
|
||||||
[sensor.ups docs]: /components/sensor.ups/
|
[sensor.ups docs]: /components/sensor.ups/
|
||||||
[sensor.usps docs]: /components/sensor.usps/
|
[sensor.usps docs]: /components/sensor.usps/
|
||||||
[sensor.vera docs]: /components/sensor.vera/
|
[sensor.vera docs]: /components/sensor.vera/
|
||||||
|
@ -46,5 +46,5 @@ To get started with the new image, check out the installation instructions in th
|
|||||||
[cec]: /components/hdmi_cec/
|
[cec]: /components/hdmi_cec/
|
||||||
[hassbian-repo]: https://github.com/home-assistant/hassbian-scripts/
|
[hassbian-repo]: https://github.com/home-assistant/hassbian-scripts/
|
||||||
[hassbian-config-release]: https://github.com/home-assistant/hassbian-scripts/releases/latest
|
[hassbian-config-release]: https://github.com/home-assistant/hassbian-scripts/releases/latest
|
||||||
[gs-image]: /getting-started/installation-raspberry-pi-image/
|
[gs-image]: /docs/installation/hassbian/installation/
|
||||||
[discord-devs]: https://discord.gg/8X8DTH4
|
[discord-devs]: https://discord.gg/8X8DTH4
|
||||||
|
@ -21,7 +21,7 @@ og_image: /images/blog/2017-05-hassbian-pi-zero/home_assistant_plus_rpi_600x315.
|
|||||||
|
|
||||||
Saw the [announcement](/blog/2017/04/30/hassbian-1.21-its-about-time/) yesterday for HASSbian 1.21 and got super excited?
|
Saw the [announcement](/blog/2017/04/30/hassbian-1.21-its-about-time/) yesterday for HASSbian 1.21 and got super excited?
|
||||||
|
|
||||||
Today we'll flash the latest HASSbian to a [Raspberry Pi Zero W](https://www.raspberrypi.org/products/pi-zero/).
|
Today we'll flash the latest HASSbian to a [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero/).
|
||||||
**With an added bonus** that besides for an USB cable for power, there's no need for any cables!
|
**With an added bonus** that besides for an USB cable for power, there's no need for any cables!
|
||||||
|
|
||||||
What you'll need:
|
What you'll need:
|
||||||
|
@ -137,7 +137,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Add myStrom binary sensor ([@fabaff] - [#7530])
|
- Add myStrom binary sensor ([@fabaff] - [#7530])
|
||||||
- Add not-context-manager ([@fabaff] - [#7523])
|
- Add not-context-manager ([@fabaff] - [#7523])
|
||||||
- Threadsafe configurator ([@Kane610] - [#7536]) ([configurator docs])
|
- Threadsafe configurator ([@Kane610] - [#7536]) ([configurator docs])
|
||||||
- Fix for #7459 ([@jumpkick] - [#7544]) ([alexa docs])
|
- Fix for #7459 ([@deftdawg] - [#7544]) ([alexa docs])
|
||||||
- Upgrade sendgrid to 4.1.0 ([@fabaff] - [#7538]) ([notify.sendgrid docs])
|
- Upgrade sendgrid to 4.1.0 ([@fabaff] - [#7538]) ([notify.sendgrid docs])
|
||||||
- Automatic version bump ([@armills] - [#7555]) ([device_tracker.automatic docs])
|
- Automatic version bump ([@armills] - [#7555]) ([device_tracker.automatic docs])
|
||||||
- Upgrade dweepy to 0.3.0 ([@fabaff] - [#7550]) ([dweet docs]) ([sensor.dweet docs])
|
- Upgrade dweepy to 0.3.0 ([@fabaff] - [#7550]) ([dweet docs]) ([sensor.dweet docs])
|
||||||
@ -319,7 +319,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@imrehg]: https://github.com/imrehg
|
[@imrehg]: https://github.com/imrehg
|
||||||
[@jhemzal]: https://github.com/jhemzal
|
[@jhemzal]: https://github.com/jhemzal
|
||||||
[@jminardi]: https://github.com/jminardi
|
[@jminardi]: https://github.com/jminardi
|
||||||
[@jumpkick]: https://github.com/jumpkick
|
[@deftdawg]: https://github.com/deftdawg
|
||||||
[@mezz64]: https://github.com/mezz64
|
[@mezz64]: https://github.com/mezz64
|
||||||
[@mnoorenberghe]: https://github.com/mnoorenberghe
|
[@mnoorenberghe]: https://github.com/mnoorenberghe
|
||||||
[@nunofgs]: https://github.com/nunofgs
|
[@nunofgs]: https://github.com/nunofgs
|
||||||
@ -373,7 +373,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[light.blinksticklight docs]: /components/light.blinksticklight/
|
[light.blinksticklight docs]: /components/light.blinksticklight/
|
||||||
[light.enocean docs]: /components/light.enocean/
|
[light.enocean docs]: /components/light.enocean/
|
||||||
[light.flux_led docs]: /components/light.flux_led/
|
[light.flux_led docs]: /components/light.flux_led/
|
||||||
[light.insteon_local docs]: /components/light.insteon_local/
|
[light.insteon_local docs]: /components/insteon/
|
||||||
[light.insteon_plm docs]: /components/light.insteon_plm/
|
[light.insteon_plm docs]: /components/light.insteon_plm/
|
||||||
[light.isy994 docs]: /components/light.isy994/
|
[light.isy994 docs]: /components/light.isy994/
|
||||||
[light.lifx docs]: /components/light.lifx/
|
[light.lifx docs]: /components/light.lifx/
|
||||||
|
@ -150,7 +150,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- don't use default for switch name, so that the object id is used ([@abmantis] - [#7845]) ([switch.broadlink docs]) (breaking change)
|
- don't use default for switch name, so that the object id is used ([@abmantis] - [#7845]) ([switch.broadlink docs]) (breaking change)
|
||||||
- Disallow ambiguous color descriptors in the light.turn_on schema ([@amelchio] - [#7765]) (breaking change)
|
- Disallow ambiguous color descriptors in the light.turn_on schema ([@amelchio] - [#7765]) (breaking change)
|
||||||
- Make monkey patch work in Python 3.6 ([@balloob] - [#7848])
|
- Make monkey patch work in Python 3.6 ([@balloob] - [#7848])
|
||||||
- fix permissions issue for Insteon Local #6558 ([@wardcraigj] - [#7860]) ([insteon_local docs])
|
- fix permissions issue for Insteon Local #6558 ([@craigjmidwinter] - [#7860]) ([insteon_local docs])
|
||||||
- Start of migration framework, to allow moving of files in the config … ([@infamy] - [#7740]) ([ios docs]) ([notify.ios docs]) (breaking change)
|
- Start of migration framework, to allow moving of files in the config … ([@infamy] - [#7740]) ([ios docs]) ([notify.ios docs]) (breaking change)
|
||||||
- Spotify aliases ([@Teagan42] - [#7702]) ([media_player.spotify docs])
|
- Spotify aliases ([@Teagan42] - [#7702]) ([media_player.spotify docs])
|
||||||
- Query in InfluxDB sensor is now templatable ([@titilambert] - [#7634]) ([sensor.influxdb docs])
|
- Query in InfluxDB sensor is now templatable ([@titilambert] - [#7634]) ([sensor.influxdb docs])
|
||||||
@ -306,7 +306,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@tobygray]: https://github.com/tobygray
|
[@tobygray]: https://github.com/tobygray
|
||||||
[@turbokongen]: https://github.com/turbokongen
|
[@turbokongen]: https://github.com/turbokongen
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[alarm_control_panel.concord232 docs]: /components/alarm_control_panel.concord232/
|
[alarm_control_panel.concord232 docs]: /components/alarm_control_panel.concord232/
|
||||||
[apcupsd docs]: /components/apcupsd/
|
[apcupsd docs]: /components/apcupsd/
|
||||||
[arlo docs]: /components/arlo/
|
[arlo docs]: /components/arlo/
|
||||||
|
@ -146,7 +146,7 @@ amcrest:
|
|||||||
- Mqtt client_id fix for #8315 ([@heinemml] - [#8366]) ([mqtt docs])
|
- Mqtt client_id fix for #8315 ([@heinemml] - [#8366]) ([mqtt docs])
|
||||||
- Allow all panel urls ([@balloob] - [#8368])
|
- Allow all panel urls ([@balloob] - [#8368])
|
||||||
- Update pyHik to catch XML errors ([@mezz64] - [#8384]) ([binary_sensor.hikvision docs])
|
- Update pyHik to catch XML errors ([@mezz64] - [#8384]) ([binary_sensor.hikvision docs])
|
||||||
- update version ([@wardcraigj] - [#8380]) ([alarm_control_panel.totalconnect docs])
|
- update version ([@craigjmidwinter] - [#8380]) ([alarm_control_panel.totalconnect docs])
|
||||||
- Add One-Time Password sensor (OTP) ([@postlund] - [#8332]) ([sensor.otp docs]) (new-platform)
|
- Add One-Time Password sensor (OTP) ([@postlund] - [#8332]) ([sensor.otp docs]) (new-platform)
|
||||||
- buienradar==0.7, fix winddirection/azimuth, logging ([@mjj4791] - [#8281]) ([sensor.buienradar docs]) ([weather.buienradar docs])
|
- buienradar==0.7, fix winddirection/azimuth, logging ([@mjj4791] - [#8281]) ([sensor.buienradar docs]) ([weather.buienradar docs])
|
||||||
- Add component for xiaomi robot vacuum (switch.xiaomi_vacuum) ([@rytilahti] - [#7913]) ([switch.xiaomi_vacuum docs]) (new-platform)
|
- Add component for xiaomi robot vacuum (switch.xiaomi_vacuum) ([@rytilahti] - [#7913]) ([switch.xiaomi_vacuum docs]) (new-platform)
|
||||||
@ -184,8 +184,8 @@ amcrest:
|
|||||||
- Make gzips reproducible by excluding timestamp ([@armills] - [#8420])
|
- Make gzips reproducible by excluding timestamp ([@armills] - [#8420])
|
||||||
- Do not overwrite a custom hyperion light name with the hostname of the server. ([@doctorjames] - [#8391]) ([light.hyperion docs])
|
- Do not overwrite a custom hyperion light name with the hostname of the server. ([@doctorjames] - [#8391]) ([light.hyperion docs])
|
||||||
- Fixed link to documentation ([@Julius2342] - [#8424]) ([velux docs]) ([scene.velux docs])
|
- Fixed link to documentation ([@Julius2342] - [#8424]) ([velux docs]) ([scene.velux docs])
|
||||||
- Fix KeyError (fixes #3721, fixes #7241) ([@fabaff] - [#8428]) ([sensor.uber docs])
|
- Fix KeyError (fixes #3721, fixes #7241) ([@fabaff] - [#8428]) (sensor.uber docs)
|
||||||
- Use HA lat/long for the start (fixes #3971) ([@fabaff] - [#8429]) ([sensor.uber docs])
|
- Use HA lat/long for the start (fixes #3971) ([@fabaff] - [#8429]) (sensor.uber docs)
|
||||||
- bump python-mirobo requirement to support newer firmwares and more ([@rytilahti] - [#8431]) ([switch.xiaomi_vacuum docs])
|
- bump python-mirobo requirement to support newer firmwares and more ([@rytilahti] - [#8431]) ([switch.xiaomi_vacuum docs])
|
||||||
- New service `send_magic_packet` with new component `wake_on_lan` ([@azogue] - [#8397]) ([wake_on_lan docs]) (new-platform)
|
- New service `send_magic_packet` with new component `wake_on_lan` ([@azogue] - [#8397]) ([wake_on_lan docs]) (new-platform)
|
||||||
- Integrate utility functions into restricted Python environment ([@open-homeautomation] - [#8427]) ([python_script docs])
|
- Integrate utility functions into restricted Python environment ([@open-homeautomation] - [#8427]) ([python_script docs])
|
||||||
@ -199,7 +199,7 @@ amcrest:
|
|||||||
- Updated pyvera ([@alanfischer] - [#8437]) ([vera docs])
|
- Updated pyvera ([@alanfischer] - [#8437]) ([vera docs])
|
||||||
- Upgrade phue to 1.0 (fixes #7749) ([@fabaff] - [#8444]) ([light.hue docs])
|
- Upgrade phue to 1.0 (fixes #7749) ([@fabaff] - [#8444]) ([light.hue docs])
|
||||||
- Add effects ([@fabaff] - [#8442]) ([light.mystrom docs])
|
- Add effects ([@fabaff] - [#8442]) ([light.mystrom docs])
|
||||||
- Exclude 'TAXI' product (fixes #8401) ([@fabaff] - [#8438]) ([sensor.uber docs])
|
- Exclude 'TAXI' product (fixes #8401) ([@fabaff] - [#8438]) (sensor.uber docs)
|
||||||
- Switch pyW215 to pypi ([@andrey-git] - [#8445]) ([switch.dlink docs])
|
- Switch pyW215 to pypi ([@andrey-git] - [#8445]) ([switch.dlink docs])
|
||||||
- Vizio SmartCast support ([@vkorn] - [#8260]) ([media_player.vizio docs]) (new-platform)
|
- Vizio SmartCast support ([@vkorn] - [#8260]) ([media_player.vizio docs]) (new-platform)
|
||||||
- DHT support for humidity and temperature offset ([@gitmopp] - [#8238]) ([sensor.dht docs])
|
- DHT support for humidity and temperature offset ([@gitmopp] - [#8238]) ([sensor.dht docs])
|
||||||
@ -373,7 +373,7 @@ amcrest:
|
|||||||
[@viswa-swami]: https://github.com/viswa-swami
|
[@viswa-swami]: https://github.com/viswa-swami
|
||||||
[@vkorn]: https://github.com/vkorn
|
[@vkorn]: https://github.com/vkorn
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[@wmalgadey]: https://github.com/wmalgadey
|
[@wmalgadey]: https://github.com/wmalgadey
|
||||||
[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/
|
[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/
|
||||||
[amcrest docs]: /components/amcrest/
|
[amcrest docs]: /components/amcrest/
|
||||||
@ -450,7 +450,6 @@ amcrest:
|
|||||||
[sensor.openweathermap docs]: /components/sensor.openweathermap/
|
[sensor.openweathermap docs]: /components/sensor.openweathermap/
|
||||||
[sensor.otp docs]: /components/sensor.otp/
|
[sensor.otp docs]: /components/sensor.otp/
|
||||||
[sensor.rflink docs]: /components/sensor.rflink/
|
[sensor.rflink docs]: /components/sensor.rflink/
|
||||||
[sensor.uber docs]: /components/sensor.uber/
|
|
||||||
[sensor.waqi docs]: /components/sensor.waqi/
|
[sensor.waqi docs]: /components/sensor.waqi/
|
||||||
[sensor.yweather docs]: /components/sensor.yweather/
|
[sensor.yweather docs]: /components/sensor.yweather/
|
||||||
[sensor.zha docs]: /components/sensor.zha/
|
[sensor.zha docs]: /components/sensor.zha/
|
||||||
|
@ -194,7 +194,7 @@ conversation:
|
|||||||
- History performance improvements for single-entity requests ([@OverloadUT] - [#8632]) ([history docs])
|
- History performance improvements for single-entity requests ([@OverloadUT] - [#8632]) ([history docs])
|
||||||
- Add transition support to light.zha ([@jawilson] - [#8548]) ([light.zha docs])
|
- Add transition support to light.zha ([@jawilson] - [#8548]) ([light.zha docs])
|
||||||
- Add uk_transport component. ([@robmarkcole] - [#8600]) ([sensor.uk_transport docs]) (new-platform)
|
- Add uk_transport component. ([@robmarkcole] - [#8600]) ([sensor.uk_transport docs]) (new-platform)
|
||||||
- Added support for SerenaHoneycombShades to Lutron Caseta ([@809694+kfcook] - [#8662]) ([cover.lutron_caseta docs])
|
- Added support for SerenaHoneycombShades to Lutron Caseta ([@kfcook] - [#8662]) ([cover.lutron_caseta docs])
|
||||||
- MQTT Switch: add availability_topic for online/offline status ([@abmantis] - [#8593]) ([mqtt docs]) ([switch.mqtt docs])
|
- MQTT Switch: add availability_topic for online/offline status ([@abmantis] - [#8593]) ([mqtt docs]) ([switch.mqtt docs])
|
||||||
- Adding support for mapping keys to value in statsd ([@Khabi] - [#8665]) ([statsd docs])
|
- Adding support for mapping keys to value in statsd ([@Khabi] - [#8665]) ([statsd docs])
|
||||||
- Upgrade fuzzywuzzy to 0.15.1 ([@fabaff] - [#8671]) ([conversation docs])
|
- Upgrade fuzzywuzzy to 0.15.1 ([@fabaff] - [#8671]) ([conversation docs])
|
||||||
@ -288,7 +288,7 @@ conversation:
|
|||||||
[#8673]: https://github.com/home-assistant/home-assistant/pull/8673
|
[#8673]: https://github.com/home-assistant/home-assistant/pull/8673
|
||||||
[#8675]: https://github.com/home-assistant/home-assistant/pull/8675
|
[#8675]: https://github.com/home-assistant/home-assistant/pull/8675
|
||||||
[#8697]: https://github.com/home-assistant/home-assistant/pull/8697
|
[#8697]: https://github.com/home-assistant/home-assistant/pull/8697
|
||||||
[@809694+kfcook]: https://github.com/809694+kfcook
|
[@kfcook]: https://github.com/kfcook
|
||||||
[@Khabi]: https://github.com/Khabi
|
[@Khabi]: https://github.com/Khabi
|
||||||
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
||||||
[@MikeChristianson]: https://github.com/MikeChristianson
|
[@MikeChristianson]: https://github.com/MikeChristianson
|
||||||
@ -342,13 +342,13 @@ conversation:
|
|||||||
[binary_sensor.ping docs]: /components/binary_sensor.ping/
|
[binary_sensor.ping docs]: /components/binary_sensor.ping/
|
||||||
[binary_sensor.rest docs]: /components/binary_sensor.rest/
|
[binary_sensor.rest docs]: /components/binary_sensor.rest/
|
||||||
[binary_sensor.velbus docs]: /components/binary_sensor.velbus/
|
[binary_sensor.velbus docs]: /components/binary_sensor.velbus/
|
||||||
[binary_sensor.xiaomi docs]: /components/binary_sensor.xiaomi/
|
[binary_sensor.xiaomi docs]: /components/binary_sensor.xiaomi_aqara/
|
||||||
[camera.onvif docs]: /components/camera.onvif/
|
[camera.onvif docs]: /components/camera.onvif/
|
||||||
[climate.maxcube docs]: /components/climate.maxcube/
|
[climate.maxcube docs]: /components/climate.maxcube/
|
||||||
[conversation docs]: /components/conversation/
|
[conversation docs]: /components/conversation/
|
||||||
[cover docs]: /components/cover/
|
[cover docs]: /components/cover/
|
||||||
[cover.lutron_caseta docs]: /components/cover.lutron_caseta/
|
[cover.lutron_caseta docs]: /components/cover.lutron_caseta/
|
||||||
[cover.xiaomi docs]: /components/cover.xiaomi/
|
[cover.xiaomi docs]: /components/cover.xiaomi_aqara/
|
||||||
[cover.zwave docs]: /components/cover.zwave/
|
[cover.zwave docs]: /components/cover.zwave/
|
||||||
[device_tracker.owntracks docs]: /components/device_tracker.owntracks/
|
[device_tracker.owntracks docs]: /components/device_tracker.owntracks/
|
||||||
[device_tracker.snmp docs]: /components/device_tracker.snmp/
|
[device_tracker.snmp docs]: /components/device_tracker.snmp/
|
||||||
|
@ -41,7 +41,7 @@ As we have seen more vacuum cleaners land in Home Assistant, it was time to crea
|
|||||||
|
|
||||||
## New Platforms
|
## New Platforms
|
||||||
|
|
||||||
- Added Lutron Caseta Scene Support ([@809694+kfcook] - [#8690]) ([lutron_caseta docs]) ([scene.lutron_caseta docs]) (new-platform)
|
- Added Lutron Caseta Scene Support ([@kfcook] - [#8690]) ([lutron_caseta docs]) ([scene.lutron_caseta docs]) (new-platform)
|
||||||
- New media_player platform for Russound devices using the RIO protocol ([@wickerwaka] - [#8448]) ([media_player.russound_rio docs]) (new-platform)
|
- New media_player platform for Russound devices using the RIO protocol ([@wickerwaka] - [#8448]) ([media_player.russound_rio docs]) (new-platform)
|
||||||
- New component: bluesound ([@thrawnarn] - [#7192]) ([media_player.bluesound docs]) (new-platform)
|
- New component: bluesound ([@thrawnarn] - [#7192]) ([media_player.bluesound docs]) (new-platform)
|
||||||
- Add mochad light component ([@mtreinish] - [#8476]) ([light.mochad docs]) (new-platform)
|
- Add mochad light component ([@mtreinish] - [#8476]) ([light.mochad docs]) (new-platform)
|
||||||
@ -95,7 +95,7 @@ vacuum:
|
|||||||
|
|
||||||
- Upgrade pushbullet.py to 0.11.0 ([@fabaff] - [#8691]) ([notify.pushbullet docs])
|
- Upgrade pushbullet.py to 0.11.0 ([@fabaff] - [#8691]) ([notify.pushbullet docs])
|
||||||
- Upgrade mypy to 0.521 ([@fabaff] - [#8692])
|
- Upgrade mypy to 0.521 ([@fabaff] - [#8692])
|
||||||
- Added Lutron Caseta Scene Support ([@809694+kfcook] - [#8690]) ([lutron_caseta docs]) ([scene.lutron_caseta docs]) (new-platform)
|
- Added Lutron Caseta Scene Support ([@kfcook] - [#8690]) ([lutron_caseta docs]) ([scene.lutron_caseta docs]) (new-platform)
|
||||||
- Remove deprecated host and ssl logic from Kodi ([@armills] - [#8700]) ([media_player.kodi docs])
|
- Remove deprecated host and ssl logic from Kodi ([@armills] - [#8700]) ([media_player.kodi docs])
|
||||||
- Remove deprecated substitute interfaces ([@armills] - [#8701]) ([binary_sensor docs]) ([media_player docs])
|
- Remove deprecated substitute interfaces ([@armills] - [#8701]) ([binary_sensor docs]) ([media_player docs])
|
||||||
- Remove deprecated sensor_class config options ([@armills] - [#8702])
|
- Remove deprecated sensor_class config options ([@armills] - [#8702])
|
||||||
@ -131,7 +131,7 @@ vacuum:
|
|||||||
- Update numpy 1.13.1 ([@pvizeli] - [#8806]) ([image_processing.opencv docs])
|
- Update numpy 1.13.1 ([@pvizeli] - [#8806]) ([image_processing.opencv docs])
|
||||||
- Upgrade aiohttp to 2.2.4 ([@fabaff] - [#8805])
|
- Upgrade aiohttp to 2.2.4 ([@fabaff] - [#8805])
|
||||||
- Catch divide by zero errors when a sleep type is 0 ([@mezz64] - [#8809]) ([sensor.eight_sleep docs])
|
- Catch divide by zero errors when a sleep type is 0 ([@mezz64] - [#8809]) ([sensor.eight_sleep docs])
|
||||||
- InfluxDB component improvements ([@hageltech] - [#8633]) ([influxdb docs])
|
- InfluxDB component improvements ([@haimgel] - [#8633]) ([influxdb docs])
|
||||||
- When Sonos gets a tts source - dont't show an image ([@andrey-git] - [#8777]) ([media_player.sonos docs])
|
- When Sonos gets a tts source - dont't show an image ([@andrey-git] - [#8777]) ([media_player.sonos docs])
|
||||||
- Polymer 2 ([@balloob] - [#8815]) ([group docs])
|
- Polymer 2 ([@balloob] - [#8815]) ([group docs])
|
||||||
- geizhals sensor component ([@JulianKahnert] - [#8458]) ([sensor.geizhals docs]) (new-platform)
|
- geizhals sensor component ([@JulianKahnert] - [#8458]) ([sensor.geizhals docs]) (new-platform)
|
||||||
@ -177,12 +177,12 @@ vacuum:
|
|||||||
- Allow usage of colorlog 3.0.1 ([@fabaff] - [#8885])
|
- Allow usage of colorlog 3.0.1 ([@fabaff] - [#8885])
|
||||||
- Change level ([@fabaff] - [#8883]) ([sensor.statistics docs])
|
- Change level ([@fabaff] - [#8883]) ([sensor.statistics docs])
|
||||||
- Upgrade youtube_dl to 2017.8.6 ([@fabaff] - [#8880]) ([media_extractor docs])
|
- Upgrade youtube_dl to 2017.8.6 ([@fabaff] - [#8880]) ([media_extractor docs])
|
||||||
- Fix media_extractor for some sites ([@Spirit-X] - [#8887]) ([media_extractor docs])
|
- Fix media_extractor for some sites ([@AlexxIT] - [#8887]) ([media_extractor docs])
|
||||||
- Do not call update() in constructor ([@fabaff] - [#8878])
|
- Do not call update() in constructor ([@fabaff] - [#8878])
|
||||||
- Do not call update() in constructor ([@fabaff] - [#8892]) ([binary_sensor.command_line docs]) ([sensor.command_line docs]) ([switch.command_line docs])
|
- Do not call update() in constructor ([@fabaff] - [#8892]) ([binary_sensor.command_line docs]) ([sensor.command_line docs]) ([switch.command_line docs])
|
||||||
- Changed Pi-hole graphs from stacked bar to line ([@bachya] - [#8896]) ([sensor.pi_hole docs])
|
- Changed Pi-hole graphs from stacked bar to line ([@bachya] - [#8896]) ([sensor.pi_hole docs])
|
||||||
- Add longer text strings to mailbox demo to test string truncation ([@PhracturedBlue] - [#8893]) ([mailbox.demo docs]) ([mailbox.demo.txt docs])
|
- Add longer text strings to mailbox demo to test string truncation ([@PhracturedBlue] - [#8893]) ([mailbox.demo docs]) ([mailbox.demo.txt docs])
|
||||||
- added support for setting/getting position of lutron caseta covers ([@809694+kfcook] - [#8898]) ([cover.lutron_caseta docs])
|
- added support for setting/getting position of lutron caseta covers ([@kfcook] - [#8898]) ([cover.lutron_caseta docs])
|
||||||
- Fix for Neato D3 Connected state obtaining ([@karlkar] - [#8817]) ([sensor.neato docs]) ([switch.neato docs])
|
- Fix for Neato D3 Connected state obtaining ([@karlkar] - [#8817]) ([sensor.neato docs]) ([switch.neato docs])
|
||||||
- Update simplisafe-python version ([@w1ll1am23] - [#8908]) ([alarm_control_panel.simplisafe docs])
|
- Update simplisafe-python version ([@w1ll1am23] - [#8908]) ([alarm_control_panel.simplisafe docs])
|
||||||
- LIFX: improve performance of multi-light transitions ([@amelchio] - [#8873]) ([light.lifx docs])
|
- LIFX: improve performance of multi-light transitions ([@amelchio] - [#8873]) ([light.lifx docs])
|
||||||
@ -300,7 +300,7 @@ vacuum:
|
|||||||
[#8925]: https://github.com/home-assistant/home-assistant/pull/8925
|
[#8925]: https://github.com/home-assistant/home-assistant/pull/8925
|
||||||
[#8928]: https://github.com/home-assistant/home-assistant/pull/8928
|
[#8928]: https://github.com/home-assistant/home-assistant/pull/8928
|
||||||
[#8930]: https://github.com/home-assistant/home-assistant/pull/8930
|
[#8930]: https://github.com/home-assistant/home-assistant/pull/8930
|
||||||
[@809694+kfcook]: https://github.com/809694+kfcook
|
[@kfcook]: https://github.com/kfcook
|
||||||
[@CharlesBlonde]: https://github.com/CharlesBlonde
|
[@CharlesBlonde]: https://github.com/CharlesBlonde
|
||||||
[@Hellowlol]: https://github.com/Hellowlol
|
[@Hellowlol]: https://github.com/Hellowlol
|
||||||
[@JulianKahnert]: https://github.com/JulianKahnert
|
[@JulianKahnert]: https://github.com/JulianKahnert
|
||||||
@ -308,7 +308,7 @@ vacuum:
|
|||||||
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
||||||
[@OverloadUT]: https://github.com/OverloadUT
|
[@OverloadUT]: https://github.com/OverloadUT
|
||||||
[@PhracturedBlue]: https://github.com/PhracturedBlue
|
[@PhracturedBlue]: https://github.com/PhracturedBlue
|
||||||
[@Spirit-X]: https://github.com/Spirit-X
|
[@AlexxIT]: https://github.com/AlexxIT
|
||||||
[@StevenLooman]: https://github.com/StevenLooman
|
[@StevenLooman]: https://github.com/StevenLooman
|
||||||
[@abmantis]: https://github.com/abmantis
|
[@abmantis]: https://github.com/abmantis
|
||||||
[@alanfischer]: https://github.com/alanfischer
|
[@alanfischer]: https://github.com/alanfischer
|
||||||
@ -326,7 +326,7 @@ vacuum:
|
|||||||
[@foxel]: https://github.com/foxel
|
[@foxel]: https://github.com/foxel
|
||||||
[@fronzbot]: https://github.com/fronzbot
|
[@fronzbot]: https://github.com/fronzbot
|
||||||
[@gwhiteCL]: https://github.com/gwhiteCL
|
[@gwhiteCL]: https://github.com/gwhiteCL
|
||||||
[@hageltech]: https://github.com/hageltech
|
[@haimgel]: https://github.com/haimgel
|
||||||
[@jeroenterheerdt]: https://github.com/jeroenterheerdt
|
[@jeroenterheerdt]: https://github.com/jeroenterheerdt
|
||||||
[@karlkar]: https://github.com/karlkar
|
[@karlkar]: https://github.com/karlkar
|
||||||
[@leppa]: https://github.com/leppa
|
[@leppa]: https://github.com/leppa
|
||||||
|
@ -151,7 +151,7 @@ usps:
|
|||||||
- Bump abodepy to 0.7.1 ([@arsaboo] - [#9077]) ([abode docs])
|
- Bump abodepy to 0.7.1 ([@arsaboo] - [#9077]) ([abode docs])
|
||||||
- async_query returns False if connection to server failed, handle this properly ([@molobrakos] - [#9070]) ([media_player.squeezebox docs])
|
- async_query returns False if connection to server failed, handle this properly ([@molobrakos] - [#9070]) ([media_player.squeezebox docs])
|
||||||
- Added insteonplm device_override multiple capabilities ([@teharris1] - [#9078]) ([insteon_plm docs])
|
- Added insteonplm device_override multiple capabilities ([@teharris1] - [#9078]) ([insteon_plm docs])
|
||||||
- Upgrade uber_rides to 0.5.1 ([@fabaff] - [#9080]) ([sensor.uber 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])
|
- Upgrade discord.py to 0.16.10 ([@fabaff] - [#9082]) ([notify.discord docs])
|
||||||
- Fix `device` attribute in fritz_callmonitor.py (fixes #9055) ([@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])
|
- Upgrade youtube_dl to 2017.8.18 ([@fabaff] - [#9079]) ([media_extractor docs])
|
||||||
@ -369,7 +369,6 @@ usps:
|
|||||||
[sensor.octoprint docs]: /components/sensor.octoprint/
|
[sensor.octoprint docs]: /components/sensor.octoprint/
|
||||||
[sensor.snmp docs]: /components/sensor.snmp/
|
[sensor.snmp docs]: /components/sensor.snmp/
|
||||||
[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/
|
[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/
|
||||||
[sensor.uber docs]: /components/sensor.uber/
|
|
||||||
[sensor.uk_transport docs]: /components/sensor.uk_transport/
|
[sensor.uk_transport docs]: /components/sensor.uk_transport/
|
||||||
[sensor.usps docs]: /components/sensor.usps/
|
[sensor.usps docs]: /components/sensor.usps/
|
||||||
[sensor.version docs]: /components/sensor.version/
|
[sensor.version docs]: /components/sensor.version/
|
||||||
|
@ -60,7 +60,7 @@ This release ships a new KNX implementation thanks to @Julius2342. It will insta
|
|||||||
- Mycroft notify/component ([@btotharye] - [#9173]) ([mycroft docs]) ([notify.mycroft docs]) (new-platform)
|
- Mycroft notify/component ([@btotharye] - [#9173]) ([mycroft docs]) ([notify.mycroft docs]) (new-platform)
|
||||||
- Add counter component ([@fabaff] - [#9146]) ([counter docs]) (new-platform)
|
- Add counter component ([@fabaff] - [#9146]) ([counter docs]) (new-platform)
|
||||||
- Support for season sensor ([@w1ll1am23] - [#8958]) ([sensor.season docs]) (new-platform)
|
- Support for season sensor ([@w1ll1am23] - [#8958]) ([sensor.season docs]) (new-platform)
|
||||||
- Abode push events and lock, cover, and switch components ([@1091741+MisterWil] - [#9095]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) ([cover.abode docs]) ([lock.abode docs]) ([switch.abode docs]) (new-platform)
|
- Abode push events and lock, cover, and switch components (@[MisterWil] - [#9095]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) ([cover.abode docs]) ([lock.abode docs]) ([switch.abode docs]) (new-platform)
|
||||||
- Bayesian Binary Sensor ([@jlmcgehee21] - [#8810]) ([binary_sensor.bayesian docs]) (new-platform)
|
- Bayesian Binary Sensor ([@jlmcgehee21] - [#8810]) ([binary_sensor.bayesian docs]) (new-platform)
|
||||||
- Add Tank Utility sensor ([@krismolendyke] - [#9132]) ([sensor.tank_utility docs]) (new-platform)
|
- Add Tank Utility sensor ([@krismolendyke] - [#9132]) ([sensor.tank_utility docs]) (new-platform)
|
||||||
- Tesla platform ([@zabuldon] - [#9211]) ([tesla docs]) ([binary_sensor.tesla docs]) ([climate.tesla docs]) ([device_tracker.tesla docs]) ([lock.tesla docs]) ([sensor.tesla docs]) (new-platform)
|
- Tesla platform ([@zabuldon] - [#9211]) ([tesla docs]) ([binary_sensor.tesla docs]) ([climate.tesla docs]) ([device_tracker.tesla docs]) ([lock.tesla docs]) ([sensor.tesla docs]) (new-platform)
|
||||||
@ -111,7 +111,7 @@ frontend:
|
|||||||
- Upgrade async_timeout to 1.3.0 ([@fabaff] - [#9156])
|
- Upgrade async_timeout to 1.3.0 ([@fabaff] - [#9156])
|
||||||
- Remove links to gitter ([@fabaff] - [#9155])
|
- Remove links to gitter ([@fabaff] - [#9155])
|
||||||
- Upgrade sphinx-autodoc-typehints to 1.2.3 ([@fabaff] - [#9151])
|
- Upgrade sphinx-autodoc-typehints to 1.2.3 ([@fabaff] - [#9151])
|
||||||
- Upgrade uber_rides to 0.5.2 ([@fabaff] - [#9149]) ([sensor.uber docs])
|
- Upgrade uber_rides to 0.5.2 ([@fabaff] - [#9149]) (sensor.uber docs)
|
||||||
- Allow specifying custom html urls to load. ([@andrey-git] - [#9150]) (breaking change)
|
- Allow specifying custom html urls to load. ([@andrey-git] - [#9150]) (breaking change)
|
||||||
- Allow getting number of available states in template ([@balloob] - [#9158])
|
- Allow getting number of available states in template ([@balloob] - [#9158])
|
||||||
- upgrade xiaomi lib to 0.3.1 to supprt water sensor ([@danielhiversen] - [#9168]) ([xiaomi docs])
|
- upgrade xiaomi lib to 0.3.1 to supprt water sensor ([@danielhiversen] - [#9168]) ([xiaomi docs])
|
||||||
@ -131,7 +131,7 @@ frontend:
|
|||||||
- Issue #6893 in rfxtrx ([@danielhiversen] - [#9130]) ([rfxtrx docs])
|
- Issue #6893 in rfxtrx ([@danielhiversen] - [#9130]) ([rfxtrx docs])
|
||||||
- Refactor rfxtrx ([@danielhiversen] - [#9117]) ([rfxtrx docs]) ([cover.rfxtrx docs]) ([light.rfxtrx docs]) ([switch.rfxtrx docs])
|
- Refactor rfxtrx ([@danielhiversen] - [#9117]) ([rfxtrx docs]) ([cover.rfxtrx docs]) ([light.rfxtrx docs]) ([switch.rfxtrx docs])
|
||||||
- Upgrade pymysensors to 0.11.1 ([@MartinHjelmare] - [#9212]) ([mysensors docs])
|
- Upgrade pymysensors to 0.11.1 ([@MartinHjelmare] - [#9212]) ([mysensors docs])
|
||||||
- Abode push events and lock, cover, and switch components ([@1091741+MisterWil] - [#9095]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) ([cover.abode docs]) ([lock.abode docs]) ([switch.abode docs]) (new-platform)
|
- Abode push events and lock, cover, and switch components (@[MisterWil] - [#9095]) ([abode docs]) ([alarm_control_panel.abode docs]) ([binary_sensor.abode docs]) ([cover.abode docs]) ([lock.abode docs]) ([switch.abode docs]) (new-platform)
|
||||||
- Add cloud auth support ([@balloob] - [#9208])
|
- Add cloud auth support ([@balloob] - [#9208])
|
||||||
- Bayesian Binary Sensor ([@jlmcgehee21] - [#8810]) ([binary_sensor.bayesian docs]) (new-platform)
|
- Bayesian Binary Sensor ([@jlmcgehee21] - [#8810]) ([binary_sensor.bayesian docs]) (new-platform)
|
||||||
- directv: extended discovery via REST api, bug fix ([@sielicki] - [#8800]) ([media_player.directv docs])
|
- directv: extended discovery via REST api, bug fix ([@sielicki] - [#8800]) ([media_player.directv docs])
|
||||||
@ -177,7 +177,7 @@ frontend:
|
|||||||
- Added intent_type to exception log ([@andreasjacobsen93] - [#9289]) ([snips docs])
|
- Added intent_type to exception log ([@andreasjacobsen93] - [#9289]) ([snips docs])
|
||||||
- Handle spotify failing to refresh access_token ([@Tommatheussen] - [#9295]) ([media_player.spotify docs])
|
- Handle spotify failing to refresh access_token ([@Tommatheussen] - [#9295]) ([media_player.spotify docs])
|
||||||
- Core track same state for a period / Allow on platforms ([@pvizeli] - [#9273])
|
- Core track same state for a period / Allow on platforms ([@pvizeli] - [#9273])
|
||||||
- Improved Lutron Caseta shade support ([@30200174+upsert] - [#9302]) ([lutron_caseta docs]) ([cover.lutron_caseta docs]) ([light.lutron_caseta docs]) ([switch.lutron_caseta docs])
|
- Improved Lutron Caseta shade support ([@upsert] - [#9302]) ([lutron_caseta docs]) ([cover.lutron_caseta docs]) ([light.lutron_caseta docs]) ([switch.lutron_caseta docs])
|
||||||
- Upgrade mycroftapi to 2.0 ([@btotharye] - [#9309]) ([mycroft docs])
|
- Upgrade mycroftapi to 2.0 ([@btotharye] - [#9309]) ([mycroft docs])
|
||||||
- Fix for Honeywell Round thermostats ([@dansarginson] - [#9308]) ([climate.honeywell docs])
|
- Fix for Honeywell Round thermostats ([@dansarginson] - [#9308]) ([climate.honeywell docs])
|
||||||
- Update jinja to 2.9.6 ([@pvizeli] - [#9306])
|
- Update jinja to 2.9.6 ([@pvizeli] - [#9306])
|
||||||
@ -190,9 +190,9 @@ frontend:
|
|||||||
- Add post_pending_state attribute to manual alarm_control_panel ([@snjoetw] - [#9291]) ([alarm_control_panel.manual docs])
|
- Add post_pending_state attribute to manual alarm_control_panel ([@snjoetw] - [#9291]) ([alarm_control_panel.manual docs])
|
||||||
- Add new config variable to MQTT light ([@belyalov] - [#9304]) ([light.mqtt docs])
|
- Add new config variable to MQTT light ([@belyalov] - [#9304]) ([light.mqtt docs])
|
||||||
- Follow Twitter guidelines for media upload by conforming to the "STATUS" phase, when required, and by providing "media_category" information. These will, for example, allow users to upload videos that exceed the basic 30 second limit. ([@MikeChristianson] - [#9261]) ([notify.twitter docs])
|
- Follow Twitter guidelines for media upload by conforming to the "STATUS" phase, when required, and by providing "media_category" information. These will, for example, allow users to upload videos that exceed the basic 30 second limit. ([@MikeChristianson] - [#9261]) ([notify.twitter docs])
|
||||||
- Optionally disable ssl certificate validity check. ([@1868995+ohmer1] - [#9181]) ([notify.xmpp docs])
|
- Optionally disable ssl certificate validity check. ([@ohmer1] - [#9181]) ([notify.xmpp docs])
|
||||||
- Version bump dlib to 1.0.0 ([@arsaboo] - [#9316]) ([image_processing.dlib_face_detect docs]) ([image_processing.dlib_face_identify docs])
|
- Version bump dlib to 1.0.0 ([@arsaboo] - [#9316]) ([image_processing.dlib_face_detect docs]) ([image_processing.dlib_face_identify docs])
|
||||||
- Fixed bug with devices not being discovered correctly. ([@1091741+MisterWil] - [#9311]) ([abode docs])
|
- Fixed bug with devices not being discovered correctly. ([@MisterWil] - [#9311]) ([abode docs])
|
||||||
- Platform not ready behavior fixed. ([@syssi] - [#9325]) ([light.xiaomi_philipslight docs])
|
- Platform not ready behavior fixed. ([@syssi] - [#9325]) ([light.xiaomi_philipslight docs])
|
||||||
- Stable and asynchronous KNX library. ([@Julius2342] - [#8725]) ([knx docs]) ([binary_sensor.knx docs]) ([climate.knx docs]) ([cover.knx docs]) ([light.knx docs]) ([sensor.knx docs]) ([switch.knx docs]) (new-platform)
|
- Stable and asynchronous KNX library. ([@Julius2342] - [#8725]) ([knx docs]) ([binary_sensor.knx docs]) ([climate.knx docs]) ([cover.knx docs]) ([light.knx docs]) ([sensor.knx docs]) ([switch.knx docs]) (new-platform)
|
||||||
- Fix for potential issue with tesla initialization ([@zabuldon] - [#9307]) ([tesla docs])
|
- Fix for potential issue with tesla initialization ([@zabuldon] - [#9307]) ([tesla docs])
|
||||||
@ -293,9 +293,9 @@ frontend:
|
|||||||
[#9325]: https://github.com/home-assistant/home-assistant/pull/9325
|
[#9325]: https://github.com/home-assistant/home-assistant/pull/9325
|
||||||
[#9326]: https://github.com/home-assistant/home-assistant/pull/9326
|
[#9326]: https://github.com/home-assistant/home-assistant/pull/9326
|
||||||
[#9341]: https://github.com/home-assistant/home-assistant/pull/9341
|
[#9341]: https://github.com/home-assistant/home-assistant/pull/9341
|
||||||
[@1091741+MisterWil]: https://github.com/1091741+MisterWil
|
[@MisterWil]: https://github.com/MisterWil
|
||||||
[@1868995+ohmer1]: https://github.com/1868995+ohmer1
|
[@ohmer1]: https://github.com/ohmer1
|
||||||
[@30200174+upsert]: https://github.com/30200174+upsert
|
[@upsert]: https://github.com/upsert
|
||||||
[@BioSehnsucht]: https://github.com/BioSehnsucht
|
[@BioSehnsucht]: https://github.com/BioSehnsucht
|
||||||
[@EmitKiwi]: https://github.com/EmitKiwi
|
[@EmitKiwi]: https://github.com/EmitKiwi
|
||||||
[@Julius2342]: https://github.com/Julius2342
|
[@Julius2342]: https://github.com/Julius2342
|
||||||
@ -359,7 +359,7 @@ frontend:
|
|||||||
[binary_sensor.homematic docs]: /components/binary_sensor.homematic/
|
[binary_sensor.homematic docs]: /components/binary_sensor.homematic/
|
||||||
[binary_sensor.ring docs]: /components/binary_sensor.ring/
|
[binary_sensor.ring docs]: /components/binary_sensor.ring/
|
||||||
[binary_sensor.tesla docs]: /components/binary_sensor.tesla/
|
[binary_sensor.tesla docs]: /components/binary_sensor.tesla/
|
||||||
[binary_sensor.xiaomi docs]: /components/binary_sensor.xiaomi/
|
[binary_sensor.xiaomi docs]: /components/binary_sensor.xiaomi_aqara/
|
||||||
[binary_sensor.knx docs]: /components/binary_sensor.knx/
|
[binary_sensor.knx docs]: /components/binary_sensor.knx/
|
||||||
[climate.homematic docs]: /components/climate.homematic/
|
[climate.homematic docs]: /components/climate.homematic/
|
||||||
[climate.honeywell docs]: /components/climate.honeywell/
|
[climate.honeywell docs]: /components/climate.honeywell/
|
||||||
@ -377,7 +377,7 @@ frontend:
|
|||||||
[cover.homematic docs]: /components/cover.homematic/
|
[cover.homematic docs]: /components/cover.homematic/
|
||||||
[cover.lutron_caseta docs]: /components/cover.lutron_caseta/
|
[cover.lutron_caseta docs]: /components/cover.lutron_caseta/
|
||||||
[cover.rfxtrx docs]: /components/cover.rfxtrx/
|
[cover.rfxtrx docs]: /components/cover.rfxtrx/
|
||||||
[cover.xiaomi docs]: /components/cover.xiaomi/
|
[cover.xiaomi docs]: /components/cover.xiaomi_aqara/
|
||||||
[cover.knx docs]: /components/cover.knx/
|
[cover.knx docs]: /components/cover.knx/
|
||||||
[device_tracker.automatic docs]: /components/device_tracker.automatic/
|
[device_tracker.automatic docs]: /components/device_tracker.automatic/
|
||||||
[device_tracker.geofency docs]: /components/device_tracker.geofency/
|
[device_tracker.geofency docs]: /components/device_tracker.geofency/
|
||||||
@ -420,7 +420,7 @@ frontend:
|
|||||||
[sensor.airvisual docs]: /components/sensor.airvisual/
|
[sensor.airvisual docs]: /components/sensor.airvisual/
|
||||||
[sensor.buienradar docs]: /components/sensor.buienradar/
|
[sensor.buienradar docs]: /components/sensor.buienradar/
|
||||||
[sensor.dht docs]: /components/sensor.dht/
|
[sensor.dht docs]: /components/sensor.dht/
|
||||||
[sensor.dwdwarnapp docs]: /components/sensor.dwdwarnapp/
|
[sensor.dwdwarnapp docs]: /components/dwd_weather_warnings/
|
||||||
[sensor.fitbit docs]: /components/sensor.fitbit/
|
[sensor.fitbit docs]: /components/sensor.fitbit/
|
||||||
[sensor.homematic docs]: /components/sensor.homematic/
|
[sensor.homematic docs]: /components/sensor.homematic/
|
||||||
[sensor.mopar docs]: /components/sensor.mopar/
|
[sensor.mopar docs]: /components/sensor.mopar/
|
||||||
@ -432,7 +432,6 @@ frontend:
|
|||||||
[sensor.systemmonitor docs]: /components/sensor.systemmonitor/
|
[sensor.systemmonitor docs]: /components/sensor.systemmonitor/
|
||||||
[sensor.tank_utility docs]: /components/sensor.tank_utility/
|
[sensor.tank_utility docs]: /components/sensor.tank_utility/
|
||||||
[sensor.tesla docs]: /components/sensor.tesla/
|
[sensor.tesla docs]: /components/sensor.tesla/
|
||||||
[sensor.uber docs]: /components/sensor.uber/
|
|
||||||
[sensor.worldtidesinfo docs]: /components/sensor.worldtidesinfo/
|
[sensor.worldtidesinfo docs]: /components/sensor.worldtidesinfo/
|
||||||
[sensor.knx docs]: /components/sensor.knx/
|
[sensor.knx docs]: /components/sensor.knx/
|
||||||
[snips docs]: /components/snips/
|
[snips docs]: /components/snips/
|
||||||
|
@ -23,7 +23,7 @@ Another cool thing in this release is the new [`mqtt_statestream`][mqtt_statestr
|
|||||||
|
|
||||||
- Added mqtt_statestream component ([@mw-white] - [#9286]) ([mqtt_statestream docs]) (new-platform)
|
- Added mqtt_statestream component ([@mw-white] - [#9286]) ([mqtt_statestream docs]) (new-platform)
|
||||||
- Add support for Todoist platform ([@Jay2645] - [#9236]) ([calendar.todoist docs]) (new-platform)
|
- Add support for Todoist platform ([@Jay2645] - [#9236]) ([calendar.todoist docs]) (new-platform)
|
||||||
- DoorBird Component ([@Klikini] - [#9281]) ([doorbird docs]) ([binary_sensor.doorbird docs]) ([camera.doorbird docs]) ([switch.doorbird docs]) (new-platform)
|
- DoorBird Component ([@Klikini] - [#9281]) ([doorbird docs]) (binary_sensor.doorbird docs) ([camera.doorbird docs]) ([switch.doorbird docs]) (new-platform)
|
||||||
- Basic MQTT vacuum support ([@johnboiles] - [#9386]) ([vacuum docs]) ([vacuum.mqtt docs]) (new-platform)
|
- Basic MQTT vacuum support ([@johnboiles] - [#9386]) ([vacuum docs]) ([vacuum.mqtt docs]) (new-platform)
|
||||||
- Added Zyxel Keenetic NDMS2 based routers support for device tracking ([@foxel] - [#9315]) ([device_tracker.keenetic_ndms2 docs]) (new-platform)
|
- Added Zyxel Keenetic NDMS2 based routers support for device tracking ([@foxel] - [#9315]) ([device_tracker.keenetic_ndms2 docs]) (new-platform)
|
||||||
- Telnet switch ([@multiholle] - [#8913]) ([switch.telnet docs]) (new-platform)
|
- Telnet switch ([@multiholle] - [#8913]) ([switch.telnet docs]) (new-platform)
|
||||||
@ -100,9 +100,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Ios notify camera fix ([@rbflurry] - [#9427]) (breaking change)
|
- Ios notify camera fix ([@rbflurry] - [#9427]) (breaking change)
|
||||||
- Adds MQTT Fan Discovery ([@hufman] - [#9463])
|
- Adds MQTT Fan Discovery ([@hufman] - [#9463])
|
||||||
- Upgrade sqlalchemy to 1.1.14 ([@fabaff] - [#9458])
|
- Upgrade sqlalchemy to 1.1.14 ([@fabaff] - [#9458])
|
||||||
- Upgrade uber_rides to 0.6.0 ([@fabaff] - [#9457]) ([sensor.uber docs])
|
- Upgrade uber_rides to 0.6.0 ([@fabaff] - [#9457]) (sensor.uber docs)
|
||||||
- Upgrade youtube_dl to 2017.9.15 ([@fabaff] - [#9456])
|
- Upgrade youtube_dl to 2017.9.15 ([@fabaff] - [#9456])
|
||||||
- DoorBird Component ([@Klikini] - [#9281]) ([doorbird docs]) ([binary_sensor.doorbird docs]) ([camera.doorbird docs]) ([switch.doorbird docs]) (new-platform)
|
- DoorBird Component ([@Klikini] - [#9281]) ([doorbird docs]) (binary_sensor.doorbird docs) ([camera.doorbird docs]) ([switch.doorbird docs]) (new-platform)
|
||||||
- Fix recorder does not vacuum SQLite DB on purge ([@milanvo] - [#9469])
|
- Fix recorder does not vacuum SQLite DB on purge ([@milanvo] - [#9469])
|
||||||
- fitbit fixes ([@happyleavesaoc] - [#9460]) ([sensor.fitbit docs]) (breaking change)
|
- fitbit fixes ([@happyleavesaoc] - [#9460]) ([sensor.fitbit docs]) (breaking change)
|
||||||
- Fix typo in services.yaml ([@mika] - [#9475])
|
- Fix typo in services.yaml ([@mika] - [#9475])
|
||||||
@ -287,7 +287,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[axis docs]: /components/axis/
|
[axis docs]: /components/axis/
|
||||||
[binary_sensor.abode docs]: /components/binary_sensor.abode/
|
[binary_sensor.abode docs]: /components/binary_sensor.abode/
|
||||||
[binary_sensor.bayesian docs]: /components/binary_sensor.bayesian/
|
[binary_sensor.bayesian docs]: /components/binary_sensor.bayesian/
|
||||||
[binary_sensor.doorbird docs]: /components/binary_sensor.doorbird/
|
|
||||||
[binary_sensor.knx docs]: /components/binary_sensor.knx/
|
[binary_sensor.knx docs]: /components/binary_sensor.knx/
|
||||||
[binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/
|
[binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/
|
||||||
[binary_sensor.satel_integra docs]: /components/binary_sensor.satel_integra/
|
[binary_sensor.satel_integra docs]: /components/binary_sensor.satel_integra/
|
||||||
@ -336,7 +335,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[sensor.onewire docs]: /components/sensor.onewire/
|
[sensor.onewire docs]: /components/sensor.onewire/
|
||||||
[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/
|
[sensor.swiss_public_transport docs]: /components/sensor.swiss_public_transport/
|
||||||
[sensor.systemmonitor docs]: /components/sensor.systemmonitor/
|
[sensor.systemmonitor docs]: /components/sensor.systemmonitor/
|
||||||
[sensor.uber docs]: /components/sensor.uber/
|
|
||||||
[sensor.worxlandroid docs]: /components/sensor.worxlandroid/
|
[sensor.worxlandroid docs]: /components/sensor.worxlandroid/
|
||||||
[switch.abode docs]: /components/switch.abode/
|
[switch.abode docs]: /components/switch.abode/
|
||||||
[switch.broadlink docs]: /components/switch.broadlink/
|
[switch.broadlink docs]: /components/switch.broadlink/
|
||||||
|
@ -115,7 +115,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Use feed name assigned in EmonCMS if there is one. This changes the default behavior but still uses configured 'name' if it's set, so it won't break the configuration of people who have customized their feed names in HA config. ([@KlaasH] - [#10021]) ([sensor.emoncms docs]) (breaking change)
|
- Use feed name assigned in EmonCMS if there is one. This changes the default behavior but still uses configured 'name' if it's set, so it won't break the configuration of people who have customized their feed names in HA config. ([@KlaasH] - [#10021]) ([sensor.emoncms docs]) (breaking change)
|
||||||
- The `namecheapdns` now uses `password:` instead of `access_token` in the configuration. Also, `host` is now optional which allow people who are not using subdomains to keep their configuration shorter. ([@fabaff] - [#10063]) ([namecheapdns docs]) (breaking change)
|
- The `namecheapdns` now uses `password:` instead of `access_token` in the configuration. Also, `host` is now optional which allow people who are not using subdomains to keep their configuration shorter. ([@fabaff] - [#10063]) ([namecheapdns docs]) (breaking change)
|
||||||
- Fix recorder crash for long state string - enforce a maximum state of 255 characters at core level ([@milanvo] - [#9696]) (breaking change)
|
- Fix recorder crash for long state string - enforce a maximum state of 255 characters at core level ([@milanvo] - [#9696]) (breaking change)
|
||||||
- Add display currency setting to CoinMarketCap sensor. The name of the sensor attribute '24h_volume_usd' is changed to '24h_volume'. ([@R1chardTM] - [#10093]) ([sensor.coinmarketcap docs]) (breaking change)
|
- Add display currency setting to CoinMarketCap sensor. The name of the sensor attribute '24h_volume_usd' is changed to '24h_volume'. ([@EarthlingRich] - [#10093]) ([sensor.coinmarketcap docs]) (breaking change)
|
||||||
- MQTT Statestream now serializes all data to JSON before publishing. This means that string attributes and values will be quoted from now on (e.g.: '"on"' instead of 'on'). You can still read these strings without the quotes by using 'value_json' instead of 'value' where applicable (e.g., templates). This causes automatic JSON deserialization. Other simple types are not affected.
|
- MQTT Statestream now serializes all data to JSON before publishing. This means that string attributes and values will be quoted from now on (e.g.: '"on"' instead of 'on'). You can still read these strings without the quotes by using 'value_json' instead of 'value' where applicable (e.g., templates). This causes automatic JSON deserialization. Other simple types are not affected.
|
||||||
|
|
||||||
This fixes errors when an entity has an attribute that is not "a string, bytearray, int, float or None" and mqtt_statestream is used. As of now, the attribute is just handed over to paho, and paho can only send the aforementioned types. This patch fixes the issue by just casting everything to string before handing it over to paho.
|
This fixes errors when an entity has an attribute that is not "a string, bytearray, int, float or None" and mqtt_statestream is used. As of now, the attribute is just handed over to paho, and paho can only send the aforementioned types. This patch fixes the issue by just casting everything to string before handing it over to paho.
|
||||||
@ -158,7 +158,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Remove STATE_UNKNOWN ([@fabaff] - [#10064]) ([sensor.glances docs])
|
- Remove STATE_UNKNOWN ([@fabaff] - [#10064]) ([sensor.glances docs])
|
||||||
- update library for xiaomi_aqara, change from pyCrypto to cryptography ([@danielhiversen] - [#10066]) ([xiaomi_aqara docs])
|
- update library for xiaomi_aqara, change from pyCrypto to cryptography ([@danielhiversen] - [#10066]) ([xiaomi_aqara docs])
|
||||||
- Make host optional ([@fabaff] - [#10063]) ([namecheapdns docs]) (breaking change)
|
- Make host optional ([@fabaff] - [#10063]) ([namecheapdns docs]) (breaking change)
|
||||||
- Change deprecated use of maintainer tag in Dockerfile. ([@R1chardTM] - [#10068])
|
- Change deprecated use of maintainer tag in Dockerfile. ([@EarthlingRich] - [#10068])
|
||||||
- add eph ember controls ([@ttroy50] - [#9721]) ([climate.ephember docs]) (new-platform)
|
- add eph ember controls ([@ttroy50] - [#9721]) ([climate.ephember docs]) (new-platform)
|
||||||
- EntityComponent: revert warning ([@pvizeli] - [#10078])
|
- EntityComponent: revert warning ([@pvizeli] - [#10078])
|
||||||
- Upgrade Sphinx to 1.6.5 ([@fabaff] - [#10090])
|
- Upgrade Sphinx to 1.6.5 ([@fabaff] - [#10090])
|
||||||
@ -189,7 +189,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Upgrade pysnmp to 4.4.1 ([@fabaff] - [#10138]) ([device_tracker.snmp docs]) ([sensor.snmp docs]) ([switch.snmp docs])
|
- Upgrade pysnmp to 4.4.1 ([@fabaff] - [#10138]) ([device_tracker.snmp docs]) ([sensor.snmp docs]) ([switch.snmp docs])
|
||||||
- Telldus Live: Device without methods is a binary sensor ([@rasmusbe] - [#10106]) ([tellduslive docs]) ([binary_sensor.tellduslive docs]) (new-platform)
|
- Telldus Live: Device without methods is a binary sensor ([@rasmusbe] - [#10106]) ([tellduslive docs]) ([binary_sensor.tellduslive docs]) (new-platform)
|
||||||
- Add last action to xiaomi aqara button ([@danielhiversen] - [#10131]) ([binary_sensor.xiaomi_aqara docs])
|
- Add last action to xiaomi aqara button ([@danielhiversen] - [#10131]) ([binary_sensor.xiaomi_aqara docs])
|
||||||
- Add display currency setting to CoinMarketCap sensor ([@R1chardTM] - [#10093]) ([sensor.coinmarketcap docs]) (breaking change)
|
- Add display currency setting to CoinMarketCap sensor ([@EarthlingRich] - [#10093]) ([sensor.coinmarketcap docs]) (breaking change)
|
||||||
- Xiaomi MiIO Switch: Support for different device types ([@syssi] - [#9836]) ([switch.xiaomi_miio docs])
|
- Xiaomi MiIO Switch: Support for different device types ([@syssi] - [#9836]) ([switch.xiaomi_miio docs])
|
||||||
- Core POC support for polymer i18n ([@armills] - [#6344]) ([history docs]) ([logbook docs])
|
- Core POC support for polymer i18n ([@armills] - [#6344]) ([history docs]) ([logbook docs])
|
||||||
- Don't use pypi package in dev mode. Allow non-fingerprinted mdi. ([@andrey-git] - [#10144])
|
- Don't use pypi package in dev mode. Allow non-fingerprinted mdi. ([@andrey-git] - [#10144])
|
||||||
@ -215,7 +215,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])
|
||||||
@ -282,7 +282,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Strip white space from configurator input ([@w1ll1am23] - [#10317]) ([wink docs])
|
- Strip white space from configurator input ([@w1ll1am23] - [#10317]) ([wink docs])
|
||||||
- Fix recorder purge ([@pvizeli] - [#10318])
|
- Fix recorder purge ([@pvizeli] - [#10318])
|
||||||
- Fix formatting invalid config text ([@balloob] - [#10319])
|
- Fix formatting invalid config text ([@balloob] - [#10319])
|
||||||
- Tc update ([@wardcraigj] - [#10322]) ([alarm_control_panel.totalconnect docs])
|
- Tc update ([@craigjmidwinter] - [#10322]) ([alarm_control_panel.totalconnect docs])
|
||||||
- Move timer into correct folder ([@pvizeli] - [#10324]) ([timer docs])
|
- Move timer into correct folder ([@pvizeli] - [#10324]) ([timer docs])
|
||||||
|
|
||||||
[#10000]: https://github.com/home-assistant/home-assistant/pull/10000
|
[#10000]: https://github.com/home-assistant/home-assistant/pull/10000
|
||||||
@ -454,7 +454,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@KlaasH]: https://github.com/KlaasH
|
[@KlaasH]: https://github.com/KlaasH
|
||||||
[@NovapaX]: https://github.com/NovapaX
|
[@NovapaX]: https://github.com/NovapaX
|
||||||
[@PeteBa]: https://github.com/PeteBa
|
[@PeteBa]: https://github.com/PeteBa
|
||||||
[@R1chardTM]: https://github.com/R1chardTM
|
[@EarthlingRich]: https://github.com/EarthlingRich
|
||||||
[@SilvrrGIT]: https://github.com/SilvrrGIT
|
[@SilvrrGIT]: https://github.com/SilvrrGIT
|
||||||
[@TD22057]: https://github.com/TD22057
|
[@TD22057]: https://github.com/TD22057
|
||||||
[@TopdRob]: https://github.com/TopdRob
|
[@TopdRob]: https://github.com/TopdRob
|
||||||
@ -519,7 +519,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@ttroy50]: https://github.com/ttroy50
|
[@ttroy50]: https://github.com/ttroy50
|
||||||
[@vatir]: https://github.com/vatir
|
[@vatir]: https://github.com/vatir
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[@ypollart]: https://github.com/ypollart
|
[@ypollart]: https://github.com/ypollart
|
||||||
[@zabuldon]: https://github.com/zabuldon
|
[@zabuldon]: https://github.com/zabuldon
|
||||||
[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/
|
[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/
|
||||||
@ -589,7 +589,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[mqtt_statestream docs]: /components/mqtt_statestream/
|
[mqtt_statestream docs]: /components/mqtt_statestream/
|
||||||
[namecheapdns docs]: /components/namecheapdns/
|
[namecheapdns docs]: /components/namecheapdns/
|
||||||
[no_ip docs]: /components/no_ip/
|
[no_ip docs]: /components/no_ip/
|
||||||
[notify.aws_lambda docs]: /components/notify.aws_lambda/
|
|
||||||
[notify.aws_sns docs]: /components/notify.aws_sns/
|
[notify.aws_sns docs]: /components/notify.aws_sns/
|
||||||
[notify.aws_sqs docs]: /components/notify.aws_sqs/
|
[notify.aws_sqs docs]: /components/notify.aws_sqs/
|
||||||
[notify.clickatell docs]: /components/notify.clickatell/
|
[notify.clickatell docs]: /components/notify.clickatell/
|
||||||
|
@ -177,7 +177,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Fix Hikvision (motion) switch bug ([@arsaboo] - [#10608]) ([switch.hikvisioncam docs])
|
- Fix Hikvision (motion) switch bug ([@arsaboo] - [#10608]) ([switch.hikvisioncam docs])
|
||||||
- Allow unicode when dumping yaml ([@andrey-git] - [#10607])
|
- Allow unicode when dumping yaml ([@andrey-git] - [#10607])
|
||||||
- Support script execution for Alexa ([@micbase] - [#10517])
|
- Support script execution for Alexa ([@micbase] - [#10517])
|
||||||
- bump client version ([@wardcraigj] - [#10610]) ([alarm_control_panel.totalconnect docs])
|
- bump client version ([@craigjmidwinter] - [#10610]) ([alarm_control_panel.totalconnect docs])
|
||||||
- New sensor viaggiatreno. ([@fabfurnari] - [#10522]) ([sensor.viaggiatreno docs]) (new-platform)
|
- New sensor viaggiatreno. ([@fabfurnari] - [#10522]) ([sensor.viaggiatreno docs]) (new-platform)
|
||||||
- Modbus switch register support ([@ziotibia81] - [#10563]) ([switch.modbus docs])
|
- Modbus switch register support ([@ziotibia81] - [#10563]) ([switch.modbus docs])
|
||||||
- Upgrade mypy to 0.550 ([@fabaff] - [#10591])
|
- Upgrade mypy to 0.550 ([@fabaff] - [#10591])
|
||||||
@ -379,7 +379,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@turbokongen]: https://github.com/turbokongen
|
[@turbokongen]: https://github.com/turbokongen
|
||||||
[@vickyg3]: https://github.com/vickyg3
|
[@vickyg3]: https://github.com/vickyg3
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[@ziotibia81]: https://github.com/ziotibia81
|
[@ziotibia81]: https://github.com/ziotibia81
|
||||||
[abode docs]: /components/abode/
|
[abode docs]: /components/abode/
|
||||||
[alarm_control_panel.spc docs]: /components/alarm_control_panel.spc/
|
[alarm_control_panel.spc docs]: /components/alarm_control_panel.spc/
|
||||||
|
@ -16,7 +16,7 @@ og_image: /images/blog/2017-12-0.59/components.png
|
|||||||
We are proud to announce the availability of Home Assistant 0.59. To keep you in the loop: This is the second last release in 2017. We have stuck to our bi-weekly release cycle for another year but we decided that we will take a little break between Christmas and New Year.
|
We are proud to announce the availability of Home Assistant 0.59. To keep you in the loop: This is the second last release in 2017. We have stuck to our bi-weekly release cycle for another year but we decided that we will take a little break between Christmas and New Year.
|
||||||
|
|
||||||
## Dominos Pizza platform
|
## Dominos Pizza platform
|
||||||
With the Dominos Pizza integration made by [@wardcraigj] your home is now taking care that you don't starve. In combination with a [Skybell](/components/skybell/) or a [DoorBird](/components/doorbird/) you will know exactly when the pizza is in front of your door.
|
With the Dominos Pizza integration made by [@craigjmidwinter] your home is now taking care that you don't starve. In combination with a [Skybell](/components/skybell/) or a [DoorBird](/components/doorbird/) you will know exactly when the pizza is in front of your door.
|
||||||
|
|
||||||
## Color picker
|
## Color picker
|
||||||
[@NovapaX] created a new color picker. While dragging the color badge with your finger, a badge will appear above your finger so you can see the current color.
|
[@NovapaX] created a new color picker. While dragging the color badge with your finger, a badge will appear above your finger so you can see the current color.
|
||||||
@ -49,7 +49,7 @@ If you follow our [twitter feed](https://twitter.com/home_assistant) then you ma
|
|||||||
- Support for Unifi direct access device tracker (No unifi controller software) ([@w1ll1am23] - [#10097]) ([device_tracker.unifi_direct docs]) (new-platform)
|
- Support for Unifi direct access device tracker (No unifi controller software) ([@w1ll1am23] - [#10097]) ([device_tracker.unifi_direct docs]) (new-platform)
|
||||||
- Tahoma platform for Somfy Covers and Sensors ([@philklei] - [#10652]) ([tahoma docs]) ([cover.tahoma docs]) ([sensor.tahoma docs]) (new-platform)
|
- Tahoma platform for Somfy Covers and Sensors ([@philklei] - [#10652]) ([tahoma docs]) ([cover.tahoma docs]) ([sensor.tahoma docs]) (new-platform)
|
||||||
- New Hive Component / Platforms ([@Rendili] - [#9804]) ([hive docs]) ([climate.hive docs]) ([light.hive docs]) ([sensor.hive docs]) ([switch.hive docs]) (new-platform)
|
- New Hive Component / Platforms ([@Rendili] - [#9804]) ([hive docs]) ([climate.hive docs]) ([light.hive docs]) ([sensor.hive docs]) ([switch.hive docs]) (new-platform)
|
||||||
- Add Dominos Pizza platform ([@wardcraigj] - [#10379]) ([dominos docs]) (new-platform)
|
- Add Dominos Pizza platform ([@craigjmidwinter] - [#10379]) ([dominos docs]) (new-platform)
|
||||||
- Add tts.baidu platform ([@zhujisheng] - [#10724]) ([tts.baidu docs]) (new-platform)
|
- Add tts.baidu platform ([@zhujisheng] - [#10724]) ([tts.baidu docs]) (new-platform)
|
||||||
- Create ecobee weather platform ([@PhracturedBlue] - [#10869]) ([ecobee docs]) ([weather.ecobee docs]) (new-platform)
|
- Create ecobee weather platform ([@PhracturedBlue] - [#10869]) ([ecobee docs]) ([weather.ecobee docs]) (new-platform)
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ If you follow our [twitter feed](https://twitter.com/home_assistant) then you ma
|
|||||||
- Fix Notifications for Android TV ([@danielperna84] - [#10798]) ([notify.nfandroidtv docs])
|
- Fix Notifications for Android TV ([@danielperna84] - [#10798]) ([notify.nfandroidtv docs])
|
||||||
- fix iOS component config generation ([@wrboyce] - [#10923])
|
- fix iOS component config generation ([@wrboyce] - [#10923])
|
||||||
- Fix color wheel in group more info dialogs ([@NovapaX] - [#10934])
|
- Fix color wheel in group more info dialogs ([@NovapaX] - [#10934])
|
||||||
- Dominos no order fix ([@wardcraigj] - [#10935]) ([dominos docs])
|
- Dominos no order fix ([@craigjmidwinter] - [#10935]) ([dominos docs])
|
||||||
|
|
||||||
## Release 0.59.2 - December 6
|
## Release 0.59.2 - December 6
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ If you follow our [twitter feed](https://twitter.com/home_assistant) then you ma
|
|||||||
- Fix linksys_ap.py by inheriting DeviceScanner ([@mateuszdrab] - [#10947]) ([device_tracker.linksys_ap docs])
|
- Fix linksys_ap.py by inheriting DeviceScanner ([@mateuszdrab] - [#10947]) ([device_tracker.linksys_ap docs])
|
||||||
- Upgrade tellduslive library version (closes https://github.com/home-assistant/home-assistant/issues/10922) ([@molobrakos] - [#10950]) ([tellduslive docs])
|
- Upgrade tellduslive library version (closes https://github.com/home-assistant/home-assistant/issues/10922) ([@molobrakos] - [#10950]) ([tellduslive docs])
|
||||||
- Allow chime to work for wink siren/chime ([@w1ll1am23] - [#10961]) ([wink docs])
|
- Allow chime to work for wink siren/chime ([@w1ll1am23] - [#10961]) ([wink docs])
|
||||||
- Reload closest store on api menu request ([@wardcraigj] - [#10962]) ([dominos docs])
|
- Reload closest store on api menu request ([@craigjmidwinter] - [#10962]) ([dominos docs])
|
||||||
- Revert pychromecast update ([@balloob] - [#10989]) ([media_player.cast docs])
|
- Revert pychromecast update ([@balloob] - [#10989]) ([media_player.cast docs])
|
||||||
|
|
||||||
## If you need help...
|
## If you need help...
|
||||||
@ -125,7 +125,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Google assistant climate mode fix ([@braddparker] - [#10726]) ([google_assistant.smart_home docs])
|
- Google assistant climate mode fix ([@braddparker] - [#10726]) ([google_assistant.smart_home docs])
|
||||||
- Protect sensitive information for Amcrest cameras ([@tchellomello] - [#10569]) ([amcrest docs]) ([camera.amcrest docs]) ([sensor.amcrest docs])
|
- Protect sensitive information for Amcrest cameras ([@tchellomello] - [#10569]) ([amcrest docs]) ([camera.amcrest docs]) ([sensor.amcrest docs])
|
||||||
- InfluxDB send retry after IOError ([@janLo] - [#10263]) ([influxdb docs])
|
- InfluxDB send retry after IOError ([@janLo] - [#10263]) ([influxdb docs])
|
||||||
- Add Dominos Pizza platform ([@wardcraigj] - [#10379]) ([dominos docs]) (new-platform)
|
- Add Dominos Pizza platform ([@craigjmidwinter] - [#10379]) ([dominos docs]) (new-platform)
|
||||||
- Fix name collision when using multiple Hue bridges ([@zBart] - [#10486]) ([light.hue docs]) (breaking change)
|
- Fix name collision when using multiple Hue bridges ([@zBart] - [#10486]) ([light.hue docs]) (breaking change)
|
||||||
- Make shell_command async ([@n8henrie] - [#10741]) ([shell_command docs])
|
- Make shell_command async ([@n8henrie] - [#10741]) ([shell_command docs])
|
||||||
- Update CODEOWNERS with hive Component / Platforms ([@Rendili] - [#10775])
|
- Update CODEOWNERS with hive Component / Platforms ([@Rendili] - [#10775])
|
||||||
@ -321,12 +321,12 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@turbokongen]: https://github.com/turbokongen
|
[@turbokongen]: https://github.com/turbokongen
|
||||||
[@uchagani]: https://github.com/uchagani
|
[@uchagani]: https://github.com/uchagani
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[@zBart]: https://github.com/zBart
|
[@zBart]: https://github.com/zBart
|
||||||
[@zhujisheng]: https://github.com/zhujisheng
|
[@zhujisheng]: https://github.com/zhujisheng
|
||||||
[alarm_control_panel docs]: /components/alarm_control_panel/
|
[alarm_control_panel docs]: /components/alarm_control_panel/
|
||||||
[alarm_control_panel.arlo docs]: /components/alarm_control_panel.arlo/
|
[alarm_control_panel.arlo docs]: /components/alarm_control_panel.arlo/
|
||||||
[alarm_control_panel.demo docs]: /components/alarm_control_panel.demo/
|
[alarm_control_panel.demo docs]: /components/demo/
|
||||||
[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/
|
[alarm_control_panel.totalconnect docs]: /components/alarm_control_panel.totalconnect/
|
||||||
[amcrest docs]: /components/amcrest/
|
[amcrest docs]: /components/amcrest/
|
||||||
[automation.state docs]: /docs/automation/trigger/#state-trigger
|
[automation.state docs]: /docs/automation/trigger/#state-trigger
|
||||||
@ -423,7 +423,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@mateuszdrab]: https://github.com/mateuszdrab
|
[@mateuszdrab]: https://github.com/mateuszdrab
|
||||||
[@molobrakos]: https://github.com/molobrakos
|
[@molobrakos]: https://github.com/molobrakos
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[device_tracker.linksys_ap docs]: /components/device_tracker.linksys_ap/
|
[device_tracker.linksys_ap docs]: /components/device_tracker.linksys_ap/
|
||||||
[dominos docs]: /components/dominos/
|
[dominos docs]: /components/dominos/
|
||||||
[media_player.cast docs]: /components/media_player.cast/
|
[media_player.cast docs]: /components/media_player.cast/
|
||||||
|
@ -108,7 +108,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Meraki AP Device tracker ([@masarliev] - [#10971]) ([device_tracker.meraki docs]) (new-platform)
|
- Meraki AP Device tracker ([@masarliev] - [#10971]) ([device_tracker.meraki docs]) (new-platform)
|
||||||
- Update tradfri.py ([@pvizeli] - [#10991]) ([light.tradfri docs])
|
- Update tradfri.py ([@pvizeli] - [#10991]) ([light.tradfri docs])
|
||||||
- webostv: Ensure source exists before use ([@OddBloke] - [#10959]) ([media_player.webostv docs])
|
- webostv: Ensure source exists before use ([@OddBloke] - [#10959]) ([media_player.webostv docs])
|
||||||
- Ensure Docker script files uses LF line endings to support Docker for Windows. ([@R1chardTM] - [#10067])
|
- Ensure Docker script files uses LF line endings to support Docker for Windows. ([@EarthlingRich] - [#10067])
|
||||||
- Added Vera scenes ([@alanfischer] - [#10424]) ([vera docs]) ([scene.vera docs]) (new-platform)
|
- Added Vera scenes ([@alanfischer] - [#10424]) ([vera docs]) ([scene.vera docs]) (new-platform)
|
||||||
- Fix Egardia alarm status shown as unknown after restart ([@jeroenterheerdt] - [#11010]) ([alarm_control_panel.egardia docs])
|
- Fix Egardia alarm status shown as unknown after restart ([@jeroenterheerdt] - [#11010]) ([alarm_control_panel.egardia docs])
|
||||||
- Handle OSError when forcibly turning off media_player.samsungtv ([@lwis] - [#10997]) ([media_player.samsungtv docs])
|
- Handle OSError when forcibly turning off media_player.samsungtv ([@lwis] - [#10997]) ([media_player.samsungtv docs])
|
||||||
@ -254,7 +254,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@OverloadUT]: https://github.com/OverloadUT
|
[@OverloadUT]: https://github.com/OverloadUT
|
||||||
[@PaulAnnekov]: https://github.com/PaulAnnekov
|
[@PaulAnnekov]: https://github.com/PaulAnnekov
|
||||||
[@PhracturedBlue]: https://github.com/PhracturedBlue
|
[@PhracturedBlue]: https://github.com/PhracturedBlue
|
||||||
[@R1chardTM]: https://github.com/R1chardTM
|
[@EarthlingRich]: https://github.com/EarthlingRich
|
||||||
[@RiRomain]: https://github.com/RiRomain
|
[@RiRomain]: https://github.com/RiRomain
|
||||||
[@RyuzakiKK]: https://github.com/RyuzakiKK
|
[@RyuzakiKK]: https://github.com/RyuzakiKK
|
||||||
[@addelovein]: https://github.com/addelovein
|
[@addelovein]: https://github.com/addelovein
|
||||||
|
@ -256,7 +256,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
|
|||||||
- Added new climate component from Daikin ([@rofrantz] - [#10983]) ([climate.daikin docs]) (new-platform)
|
- Added new climate component from Daikin ([@rofrantz] - [#10983]) ([climate.daikin docs]) (new-platform)
|
||||||
- Updated generic thermostat to respect operation_mode and added away mode ([@ciotlosm] - [#11445]) ([climate.generic_thermostat docs])
|
- Updated generic thermostat to respect operation_mode and added away mode ([@ciotlosm] - [#11445]) ([climate.generic_thermostat docs])
|
||||||
- Reconnect to alarmdecoder on disconnect ([@PhracturedBlue] - [#11383]) ([alarmdecoder docs])
|
- Reconnect to alarmdecoder on disconnect ([@PhracturedBlue] - [#11383]) ([alarmdecoder docs])
|
||||||
- Set tahoma cover scan interval to 60 seconds ([@bakedraccoon] - [#11447]) ([cover.tahoma docs])
|
- Set tahoma cover scan interval to 60 seconds ([@thijsdejong] - [#11447]) ([cover.tahoma docs])
|
||||||
- Add some tests to the cloud component ([@balloob] - [#11460]) ([cloud docs]) ([cloud.iot docs])
|
- Add some tests to the cloud component ([@balloob] - [#11460]) ([cloud docs]) ([cloud.iot docs])
|
||||||
- Input Select - Added service description ([@cdce8p] - [#11456]) ([input_select docs])
|
- Input Select - Added service description ([@cdce8p] - [#11456]) ([input_select docs])
|
||||||
- Input Boolean - Deleted 'DEFAULT_INITIAL' ([@cdce8p] - [#11453]) ([input_boolean docs])
|
- Input Boolean - Deleted 'DEFAULT_INITIAL' ([@cdce8p] - [#11453]) ([input_boolean docs])
|
||||||
@ -310,7 +310,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
|
|||||||
- Remove execution file perm ([@balloob] - [#11563])
|
- Remove execution file perm ([@balloob] - [#11563])
|
||||||
- Deprecate explicit entity_id in template platforms ([@amelchio] - [#11123]) ([binary_sensor.template docs]) ([cover.template docs]) ([light.template docs]) ([sensor.template docs]) ([switch.template docs])
|
- Deprecate explicit entity_id in template platforms ([@amelchio] - [#11123]) ([binary_sensor.template docs]) ([cover.template docs]) ([light.template docs]) ([sensor.template docs]) ([switch.template docs])
|
||||||
- Test tweaks ([@balloob] - [#11560])
|
- Test tweaks ([@balloob] - [#11560])
|
||||||
- Add Velux Windows to Tahoma ([@bakedraccoon] - [#11538]) ([tahoma docs]) ([cover.tahoma docs])
|
- Add Velux Windows to Tahoma ([@thijsdejong] - [#11538]) ([tahoma docs]) ([cover.tahoma docs])
|
||||||
- Extend hass.io services / updater ([@pvizeli] - [#11549]) ([hassio docs])
|
- Extend hass.io services / updater ([@pvizeli] - [#11549]) ([hassio docs])
|
||||||
- Add sensibo_assume_state service to Sensibo climate ([@andrey-git] - [#11567]) ([climate.sensibo docs])
|
- Add sensibo_assume_state service to Sensibo climate ([@andrey-git] - [#11567]) ([climate.sensibo docs])
|
||||||
- Tracking all groups to allow changing of existing groups ([@randellhodges] - [#11444]) ([group docs])
|
- Tracking all groups to allow changing of existing groups ([@randellhodges] - [#11444]) ([group docs])
|
||||||
@ -328,11 +328,11 @@ Note however, that this feature was replaced by a new ignore_string config optio
|
|||||||
- Control ordering of display in history component ([@rwa] - [#11340]) ([history docs])
|
- Control ordering of display in history component ([@rwa] - [#11340]) ([history docs])
|
||||||
- Pr/11430 ([@balloob] - [#11587])
|
- Pr/11430 ([@balloob] - [#11587])
|
||||||
- Cast return values and add unit tests for the yahoo weather component. ([@cgtobi] - [#10699]) ([weather.yweather docs])
|
- Cast return values and add unit tests for the yahoo weather component. ([@cgtobi] - [#10699]) ([weather.yweather docs])
|
||||||
- add velux roller shutter to tahoma ([@bakedraccoon] - [#11586]) ([tahoma docs])
|
- add velux roller shutter to tahoma ([@thijsdejong] - [#11586]) ([tahoma docs])
|
||||||
- Added support for enable/disable motion detection ([@abjorshammar] - [#11583]) ([camera.uvc docs])
|
- Added support for enable/disable motion detection ([@abjorshammar] - [#11583]) ([camera.uvc docs])
|
||||||
- Avoid returning empty media_image_url string ([@JackWindows] - [#11557]) ([media_player.cast docs])
|
- Avoid returning empty media_image_url string ([@JackWindows] - [#11557]) ([media_player.cast docs])
|
||||||
- Core support for hass.io calls & Bugfix check_config ([@pvizeli] - [#11571]) ([__init__ docs]) ([hassio docs]) ([updater docs])
|
- Core support for hass.io calls & Bugfix check_config ([@pvizeli] - [#11571]) ([__init__ docs]) ([hassio docs]) ([updater docs])
|
||||||
- Fix Tahoma stop command for 2 types of shutters ([@bakedraccoon] - [#11588]) ([cover.tahoma docs])
|
- Fix Tahoma stop command for 2 types of shutters ([@thijsdejong] - [#11588]) ([cover.tahoma docs])
|
||||||
- Pushbullet email support (fix) ([@tschmidty69] - [#11590]) ([notify.pushbullet docs])
|
- Pushbullet email support (fix) ([@tschmidty69] - [#11590]) ([notify.pushbullet docs])
|
||||||
- Fix state for trigger with forced updates ([@armills] - [#11595]) ([automation.state docs])
|
- Fix state for trigger with forced updates ([@armills] - [#11595]) ([automation.state docs])
|
||||||
- Snips add say and say_actions services (new) ([@tschmidty69] - [#11596]) ([snips docs])
|
- Snips add say and say_actions services (new) ([@tschmidty69] - [#11596]) ([snips docs])
|
||||||
@ -340,7 +340,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
|
|||||||
- Bugfix and cleanup for Rfxtrx ([@danielhiversen] - [#11600])
|
- Bugfix and cleanup for Rfxtrx ([@danielhiversen] - [#11600])
|
||||||
- Xiaomi lib upgrade ([@danielhiversen] - [#11603])
|
- Xiaomi lib upgrade ([@danielhiversen] - [#11603])
|
||||||
- Upgrade yarl to 0.18.0 ([@fabaff] - [#11609])
|
- Upgrade yarl to 0.18.0 ([@fabaff] - [#11609])
|
||||||
- patch stop command ([@bakedraccoon] - [#11612]) ([cover.tahoma docs])
|
- patch stop command ([@thijsdejong] - [#11612]) ([cover.tahoma docs])
|
||||||
- Use kelvin/mireds correctly for setting iglo white ([@jesserockz] - [#11622])
|
- Use kelvin/mireds correctly for setting iglo white ([@jesserockz] - [#11622])
|
||||||
- Update Pyarlo to 0.1.2 ([@arsaboo] - [#11626])
|
- Update Pyarlo to 0.1.2 ([@arsaboo] - [#11626])
|
||||||
|
|
||||||
@ -556,7 +556,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
|
|||||||
[@arsaboo]: https://github.com/arsaboo
|
[@arsaboo]: https://github.com/arsaboo
|
||||||
[@awkwardDuck]: https://github.com/awkwardDuck
|
[@awkwardDuck]: https://github.com/awkwardDuck
|
||||||
[@bachya]: https://github.com/bachya
|
[@bachya]: https://github.com/bachya
|
||||||
[@bakedraccoon]: https://github.com/bakedraccoon
|
[@thijsdejong]: https://github.com/thijsdejong
|
||||||
[@balloob]: https://github.com/balloob
|
[@balloob]: https://github.com/balloob
|
||||||
[@camrun91]: https://github.com/camrun91
|
[@camrun91]: https://github.com/camrun91
|
||||||
[@cdce8p]: https://github.com/cdce8p
|
[@cdce8p]: https://github.com/cdce8p
|
||||||
@ -636,7 +636,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
|
|||||||
[camera.uvc docs]: /components/camera.uvc/
|
[camera.uvc docs]: /components/camera.uvc/
|
||||||
[climate docs]: /components/climate/
|
[climate docs]: /components/climate/
|
||||||
[climate.daikin docs]: /components/climate.daikin/
|
[climate.daikin docs]: /components/climate.daikin/
|
||||||
[climate.demo docs]: /components/climate.demo/
|
[climate.demo docs]: /components/demo/
|
||||||
[climate.econet docs]: /components/climate.econet/
|
[climate.econet docs]: /components/climate.econet/
|
||||||
[climate.generic_thermostat docs]: /components/climate.generic_thermostat/
|
[climate.generic_thermostat docs]: /components/climate.generic_thermostat/
|
||||||
[climate.hive docs]: /components/climate.hive/
|
[climate.hive docs]: /components/climate.hive/
|
||||||
@ -691,7 +691,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
|
|||||||
[light.hive docs]: /components/light.hive/
|
[light.hive docs]: /components/light.hive/
|
||||||
[light.hue docs]: /components/light.hue/
|
[light.hue docs]: /components/light.hue/
|
||||||
[light.iglo docs]: /components/light.iglo/
|
[light.iglo docs]: /components/light.iglo/
|
||||||
[light.insteon_local docs]: /components/light.insteon_local/
|
[light.insteon_local docs]: /components/insteon/
|
||||||
[light.isy994 docs]: /components/light.isy994/
|
[light.isy994 docs]: /components/light.isy994/
|
||||||
[light.knx docs]: /components/light.knx/
|
[light.knx docs]: /components/light.knx/
|
||||||
[light.lifx docs]: /components/light.lifx/
|
[light.lifx docs]: /components/light.lifx/
|
||||||
@ -750,7 +750,7 @@ Note however, that this feature was replaced by a new ignore_string config optio
|
|||||||
[sensor.xbox_live docs]: /components/sensor.xbox_live/
|
[sensor.xbox_live docs]: /components/sensor.xbox_live/
|
||||||
[sensor.zoneminder docs]: /components/sensor.zoneminder/
|
[sensor.zoneminder docs]: /components/sensor.zoneminder/
|
||||||
[snips docs]: /components/snips/
|
[snips docs]: /components/snips/
|
||||||
[switch.insteon_local docs]: /components/switch.insteon_local/
|
[switch.insteon_local docs]: /components/insteon/
|
||||||
[switch.isy994 docs]: /components/switch.isy994/
|
[switch.isy994 docs]: /components/switch.isy994/
|
||||||
[switch.knx docs]: /components/switch.knx/
|
[switch.knx docs]: /components/switch.knx/
|
||||||
[switch.mochad docs]: /components/switch.mochad/
|
[switch.mochad docs]: /components/switch.mochad/
|
||||||
|
@ -94,7 +94,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Fix effects not appearing in UI due to missing attribute ([@shortbloke] - [#11738]) ([light.flux_led docs])
|
- Fix effects not appearing in UI due to missing attribute ([@shortbloke] - [#11738]) ([light.flux_led docs])
|
||||||
- Fix for None object access attempt ([@karlkar] - [#11748])
|
- Fix for None object access attempt ([@karlkar] - [#11748])
|
||||||
- Fixed universal media player templated source_select bug (issue #10981) and corrected typo in test_universal ([@iliketoprogram14] - [#11746])
|
- Fixed universal media player templated source_select bug (issue #10981) and corrected typo in test_universal ([@iliketoprogram14] - [#11746])
|
||||||
- Fix Tahoma device class ([@bakedraccoon] - [#11745]) ([cover.tahoma docs])
|
- Fix Tahoma device class ([@thijsdejong] - [#11745]) ([cover.tahoma docs])
|
||||||
- Add deCONZ entities in a predicitive order ([@Kane610] - [#11712]) ([binary_sensor.deconz docs]) ([sensor.deconz docs])
|
- Add deCONZ entities in a predicitive order ([@Kane610] - [#11712]) ([binary_sensor.deconz docs]) ([sensor.deconz docs])
|
||||||
- Xbox sensor - Extend error handling ([@ReneNulschDE] - [#11637]) ([sensor.xbox_live docs])
|
- Xbox sensor - Extend error handling ([@ReneNulschDE] - [#11637]) ([sensor.xbox_live docs])
|
||||||
- Upgrade netdisco ([@balloob] - [#11752])
|
- Upgrade netdisco ([@balloob] - [#11752])
|
||||||
@ -330,7 +330,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@angel12]: https://github.com/angel12
|
[@angel12]: https://github.com/angel12
|
||||||
[@arcsur]: https://github.com/arcsur
|
[@arcsur]: https://github.com/arcsur
|
||||||
[@arsaboo]: https://github.com/arsaboo
|
[@arsaboo]: https://github.com/arsaboo
|
||||||
[@bakedraccoon]: https://github.com/bakedraccoon
|
[@thijsdejong]: https://github.com/thijsdejong
|
||||||
[@balloob]: https://github.com/balloob
|
[@balloob]: https://github.com/balloob
|
||||||
[@basschipper]: https://github.com/basschipper
|
[@basschipper]: https://github.com/basschipper
|
||||||
[@benleb]: https://github.com/benleb
|
[@benleb]: https://github.com/benleb
|
||||||
|
@ -34,7 +34,7 @@ We're planning a lot of cool stuff around the entity registry. Stay tuned!
|
|||||||
## New Platforms
|
## New Platforms
|
||||||
|
|
||||||
- Adds allergy/disease sensor platform from Pollen.com ([@bachya] - [#11573]) ([sensor.pollen docs]) (new-platform)
|
- Adds allergy/disease sensor platform from Pollen.com ([@bachya] - [#11573]) ([sensor.pollen docs]) (new-platform)
|
||||||
- Add Goalfeed platform ([@wardcraigj] - [#11098]) ([goalfeed docs]) (new-platform)
|
- Add Goalfeed platform ([@craigjmidwinter] - [#11098]) ([goalfeed docs]) (new-platform)
|
||||||
- Add Melissa (HVAC/climate) component ([@kennedyshead] - [#11503]) ([melissa docs]) ([sensor.melissa docs]) (new-platform)
|
- Add Melissa (HVAC/climate) component ([@kennedyshead] - [#11503]) ([melissa docs]) ([sensor.melissa docs]) (new-platform)
|
||||||
- Mediaroom ([@dgomes] - [#11864]) ([media_player.mediaroom docs]) (new-platform)
|
- Mediaroom ([@dgomes] - [#11864]) ([media_player.mediaroom docs]) (new-platform)
|
||||||
- Add Xiaomi Universal IR Remote (Chuangmi IR) ([@cnrd] - [#11891]) ([remote.xiaomi_miio docs]) (new-platform)
|
- Add Xiaomi Universal IR Remote (Chuangmi IR) ([@cnrd] - [#11891]) ([remote.xiaomi_miio docs]) (new-platform)
|
||||||
@ -144,7 +144,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- panasonic_viera: Set device name from discovery info ([@scop] - [#11990]) ([media_player.panasonic_viera docs])
|
- panasonic_viera: Set device name from discovery info ([@scop] - [#11990]) ([media_player.panasonic_viera docs])
|
||||||
- Update panasonic_viera to 0.3 ([@scop] - [#11989]) ([media_player.panasonic_viera docs])
|
- Update panasonic_viera to 0.3 ([@scop] - [#11989]) ([media_player.panasonic_viera docs])
|
||||||
- Fix 11982 - uvc don't handle null as username ([@bratanon] - [#11984]) ([camera.uvc docs])
|
- Fix 11982 - uvc don't handle null as username ([@bratanon] - [#11984]) ([camera.uvc docs])
|
||||||
- Add Goalfeed platform ([@wardcraigj] - [#11098]) ([goalfeed docs]) (new-platform)
|
- Add Goalfeed platform ([@craigjmidwinter] - [#11098]) ([goalfeed docs]) (new-platform)
|
||||||
- Added support for hourly percent change in coinmarketcap component ([@kevindgoff] - [#11996]) ([sensor.coinmarketcap docs])
|
- Added support for hourly percent change in coinmarketcap component ([@kevindgoff] - [#11996]) ([sensor.coinmarketcap docs])
|
||||||
- Upgrade coinbase to 2.0.7 ([@fabaff] - [#11992]) ([coinbase docs]) ([sensor.coinbase docs])
|
- Upgrade coinbase to 2.0.7 ([@fabaff] - [#11992]) ([coinbase docs]) ([sensor.coinbase docs])
|
||||||
- Upgrade pyota to 2.0.4 ([@fabaff] - [#11991]) ([iota docs])
|
- Upgrade pyota to 2.0.4 ([@fabaff] - [#11991]) ([iota docs])
|
||||||
@ -175,7 +175,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Deconz use entity registry ([@Kane610] - [#12067]) ([deconz docs]) ([binary_sensor.deconz docs]) ([light.deconz docs]) ([sensor.deconz docs])
|
- Deconz use entity registry ([@Kane610] - [#12067]) ([deconz docs]) ([binary_sensor.deconz docs]) ([light.deconz docs]) ([sensor.deconz docs])
|
||||||
- Flake8 bugbear fixes ([@scop] - [#12072]) ([plant docs]) ([rfxtrx docs]) ([zwave docs]) ([climate.heatmiser docs]) ([media_player.plex docs]) ([notify.kodi docs])
|
- Flake8 bugbear fixes ([@scop] - [#12072]) ([plant docs]) ([rfxtrx docs]) ([zwave docs]) ([climate.heatmiser docs]) ([media_player.plex docs]) ([notify.kodi docs])
|
||||||
- Fix demo platform support ([@ciotlosm] - [#12070])
|
- Fix demo platform support ([@ciotlosm] - [#12070])
|
||||||
- fix event channel name ([@wardcraigj] - [#12077]) ([goalfeed docs])
|
- fix event channel name ([@craigjmidwinter] - [#12077]) ([goalfeed docs])
|
||||||
- fixed timestamp problem in firefox ([@escoand] - [#12073]) ([weather.openweathermap docs])
|
- fixed timestamp problem in firefox ([@escoand] - [#12073]) ([weather.openweathermap docs])
|
||||||
- Handle more file closing using context manager ([@scop] - [#11942]) ([light.greenwave docs]) ([notify.gntp docs]) ([sensor.onewire docs])
|
- Handle more file closing using context manager ([@scop] - [#11942]) ([light.greenwave docs]) ([notify.gntp docs]) ([sensor.onewire docs])
|
||||||
- Influx import improvements ([@RePeet13] - [#11988])
|
- Influx import improvements ([@RePeet13] - [#11988])
|
||||||
@ -188,7 +188,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Fix detection of mobile browsers ([@c727] - [#12075]) ([frontend docs])
|
- Fix detection of mobile browsers ([@c727] - [#12075]) ([frontend docs])
|
||||||
- update tahoma api to version 0.0.11 ([@philklei] - [#12099]) ([tahoma docs])
|
- update tahoma api to version 0.0.11 ([@philklei] - [#12099]) ([tahoma docs])
|
||||||
- added media_stop ([@jodur] - [#12100]) ([media_player.vlc docs])
|
- added media_stop ([@jodur] - [#12100]) ([media_player.vlc docs])
|
||||||
- Goalfeed channel ([@wardcraigj] - [#12086]) ([goalfeed docs])
|
- Goalfeed channel ([@craigjmidwinter] - [#12086]) ([goalfeed docs])
|
||||||
- Update jinja2 to 2.10 ([@arsaboo] - [#12118])
|
- Update jinja2 to 2.10 ([@arsaboo] - [#12118])
|
||||||
- Downgrade Sonarr and Radarr 'Host is not avaliable' errors to warnings ([@timmo001] - [#12119]) ([sensor.radarr docs]) ([sensor.sonarr docs])
|
- Downgrade Sonarr and Radarr 'Host is not avaliable' errors to warnings ([@timmo001] - [#12119]) ([sensor.radarr docs]) ([sensor.sonarr docs])
|
||||||
- Fixes away_mode error on startup ([@ciotlosm] - [#12121]) ([climate.generic_thermostat docs])
|
- Fixes away_mode error on startup ([@ciotlosm] - [#12121]) ([climate.generic_thermostat docs])
|
||||||
@ -256,7 +256,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Fixes for tesla. New sensors. ([@zabuldon] - [#12225]) ([tesla docs]) ([sensor.tesla docs])
|
- Fixes for tesla. New sensors. ([@zabuldon] - [#12225]) ([tesla docs]) ([sensor.tesla docs])
|
||||||
- Entity layer cleanup ([@balloob] - [#12237]) (breaking change)
|
- Entity layer cleanup ([@balloob] - [#12237]) (breaking change)
|
||||||
- [SMALL PATCH] Sql sensor ([@dgomes] - [#12242]) ([sensor.sql docs])
|
- [SMALL PATCH] Sql sensor ([@dgomes] - [#12242]) ([sensor.sql docs])
|
||||||
- Set tahoma cover update interval to default ([@bakedraccoon] - [#12232]) ([cover.tahoma docs])
|
- Set tahoma cover update interval to default ([@thijsdejong] - [#12232]) ([cover.tahoma docs])
|
||||||
- Avoid influxdb filling connection pool ([@amelchio] - [#12182]) ([influxdb docs]) (breaking change)
|
- Avoid influxdb filling connection pool ([@amelchio] - [#12182]) ([influxdb docs]) (breaking change)
|
||||||
- Force update support for mqtt binary sensor ([@mkfink] - [#12092]) ([binary_sensor.mqtt docs])
|
- Force update support for mqtt binary sensor ([@mkfink] - [#12092]) ([binary_sensor.mqtt docs])
|
||||||
- Added password mode to input_text (obscure content of text box) ([@covrig] - [#11849]) ([input_text docs]) ([sensor.xiaomi_aqara docs])
|
- Added password mode to input_text (obscure content of text box) ([@covrig] - [#11849]) ([input_text docs]) ([sensor.xiaomi_aqara docs])
|
||||||
@ -446,7 +446,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@appzer]: https://github.com/appzer
|
[@appzer]: https://github.com/appzer
|
||||||
[@arsaboo]: https://github.com/arsaboo
|
[@arsaboo]: https://github.com/arsaboo
|
||||||
[@bachya]: https://github.com/bachya
|
[@bachya]: https://github.com/bachya
|
||||||
[@bakedraccoon]: https://github.com/bakedraccoon
|
[@thijsdejong]: https://github.com/thijsdejong
|
||||||
[@balloob]: https://github.com/balloob
|
[@balloob]: https://github.com/balloob
|
||||||
[@bitglue]: https://github.com/bitglue
|
[@bitglue]: https://github.com/bitglue
|
||||||
[@bratanon]: https://github.com/bratanon
|
[@bratanon]: https://github.com/bratanon
|
||||||
@ -501,7 +501,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@ubnt-marc-khouri]: https://github.com/ubnt-marc-khouri
|
[@ubnt-marc-khouri]: https://github.com/ubnt-marc-khouri
|
||||||
[@vaceslav]: https://github.com/vaceslav
|
[@vaceslav]: https://github.com/vaceslav
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@craigjmidwinter]: https://github.com/craigjmidwinter
|
||||||
[@zabuldon]: https://github.com/zabuldon
|
[@zabuldon]: https://github.com/zabuldon
|
||||||
[alexa docs]: /components/alexa/
|
[alexa docs]: /components/alexa/
|
||||||
[binary_sensor.deconz docs]: /components/binary_sensor.deconz/
|
[binary_sensor.deconz docs]: /components/binary_sensor.deconz/
|
||||||
@ -514,7 +514,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[camera.uvc docs]: /components/camera.uvc/
|
[camera.uvc docs]: /components/camera.uvc/
|
||||||
[camera.xeoma docs]: /components/camera.xeoma/
|
[camera.xeoma docs]: /components/camera.xeoma/
|
||||||
[canary docs]: /components/canary/
|
[canary docs]: /components/canary/
|
||||||
[climate.demo docs]: /components/climate.demo/
|
[climate.demo docs]: /components/demo/
|
||||||
[climate.ecobee docs]: /components/climate.ecobee/
|
[climate.ecobee docs]: /components/climate.ecobee/
|
||||||
[climate.econet docs]: /components/climate.econet/
|
[climate.econet docs]: /components/climate.econet/
|
||||||
[climate.generic_thermostat docs]: /components/climate.generic_thermostat/
|
[climate.generic_thermostat docs]: /components/climate.generic_thermostat/
|
||||||
|
@ -52,13 +52,13 @@ Major new integration by [@snjoetw]: August locks and door bells! Lock and unloc
|
|||||||
- Support for August doorbell ([@snjoetw] - [#11124]) ([august docs]) ([binary_sensor.august docs]) ([camera.august docs]) ([lock.august docs]) (new-platform)
|
- Support for August doorbell ([@snjoetw] - [#11124]) ([august docs]) ([binary_sensor.august docs]) ([camera.august docs]) ([lock.august docs]) (new-platform)
|
||||||
- Add new component: BMW connected drive ([@ChristianKuehnel] - [#12277]) ([bmw_connected_drive docs]) ([device_tracker.bmw_connected_drive docs]) ([sensor.bmw_connected_drive docs]) (new-platform)
|
- Add new component: BMW connected drive ([@ChristianKuehnel] - [#12277]) ([bmw_connected_drive docs]) ([device_tracker.bmw_connected_drive docs]) ([sensor.bmw_connected_drive docs]) (new-platform)
|
||||||
- Add New Sensor for ISP Start.ca ([@mikeodr] - [#12356]) ([sensor.startca docs]) (new-platform)
|
- Add New Sensor for ISP Start.ca ([@mikeodr] - [#12356]) ([sensor.startca docs]) (new-platform)
|
||||||
- Add the Xiaomi TV platform. ([@fattdev] - [#12359]) ([media_player.xiaomi_tv docs]) (new-platform)
|
- Add the Xiaomi TV platform. ([@simse] - [#12359]) ([media_player.xiaomi_tv docs]) (new-platform)
|
||||||
- added smappee component ([@hmn] - [#11491]) ([smappee docs]) ([sensor.smappee docs]) ([switch.smappee docs]) (new-platform)
|
- added smappee component ([@hmn] - [#11491]) ([smappee docs]) ([sensor.smappee docs]) ([switch.smappee docs]) (new-platform)
|
||||||
- Add support for HomeKit ([@cdce8p] - [#12488]) ([homekit docs]) (new-platform)
|
- Add support for HomeKit ([@cdce8p] - [#12488]) ([homekit docs]) (new-platform)
|
||||||
- Adds filesize component ([@robmarkcole] - [#12211]) ([sensor.filesize docs]) (new-platform)
|
- Adds filesize component ([@robmarkcole] - [#12211]) ([sensor.filesize docs]) (new-platform)
|
||||||
- Adds folder sensor ([@robmarkcole] - [#12208]) ([sensor.folder docs]) (new-platform)
|
- Adds folder sensor ([@robmarkcole] - [#12208]) ([sensor.folder docs]) (new-platform)
|
||||||
- Spotcrime ([@jcconnell] - [#12460]) ([sensor.spotcrime docs]) (new-platform)
|
- Spotcrime ([@jcconnell] - [#12460]) ([sensor.spotcrime docs]) (new-platform)
|
||||||
- Add Tahoma scenes ([@bakedraccoon] - [#12498]) ([scene docs]) ([tahoma docs]) (new-platform)
|
- Add Tahoma scenes ([@thijsdejong] - [#12498]) ([scene docs]) ([tahoma docs]) (new-platform)
|
||||||
|
|
||||||
## Release 0.64.1 - February 27
|
## Release 0.64.1 - February 27
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ Major new integration by [@snjoetw]: August locks and door bells! Lock and unloc
|
|||||||
- Component deconz: Fix dark attribute on presence sensors ([@tumik] - [#12691]) ([binary_sensor.deconz docs])
|
- Component deconz: Fix dark attribute on presence sensors ([@tumik] - [#12691]) ([binary_sensor.deconz docs])
|
||||||
- Bugfix: Update of sources for non AVR-X devices always fails ([@scarface-4711] - [#12711]) ([media_player.denonavr docs])
|
- Bugfix: Update of sources for non AVR-X devices always fails ([@scarface-4711] - [#12711]) ([media_player.denonavr docs])
|
||||||
- Don't allow to use a old unsecure library ([@pvizeli] - [#12715])
|
- Don't allow to use a old unsecure library ([@pvizeli] - [#12715])
|
||||||
- Unbreak tahoma ([@bakedraccoon] - [#12719]) ([tahoma docs])
|
- Unbreak tahoma ([@thijsdejong] - [#12719]) ([tahoma docs])
|
||||||
- fix for https://github.com/home-assistant/home-assistant/issues/12673 ([@ChristianKuehnel] - [#12726]) ([sensor.alpha_vantage docs])
|
- fix for https://github.com/home-assistant/home-assistant/issues/12673 ([@ChristianKuehnel] - [#12726]) ([sensor.alpha_vantage docs])
|
||||||
- Fix harmony duplicate detection ([@amelchio] - [#12729]) ([remote.harmony docs])
|
- Fix harmony duplicate detection ([@amelchio] - [#12729]) ([remote.harmony docs])
|
||||||
- Update ZHA deps ([@balloob] - [#12737]) ([zha docs])
|
- Update ZHA deps ([@balloob] - [#12737]) ([zha docs])
|
||||||
@ -147,7 +147,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Move HassIntent handler code into helpers/intent ([@tschmidty69] - [#12181]) ([conversation docs])
|
- Move HassIntent handler code into helpers/intent ([@tschmidty69] - [#12181]) ([conversation docs])
|
||||||
- Migrated SABnzbd sensor to asyncio and switched to pypi library ([@jeradM] - [#12290]) ([sensor.sabnzbd docs])
|
- Migrated SABnzbd sensor to asyncio and switched to pypi library ([@jeradM] - [#12290]) ([sensor.sabnzbd docs])
|
||||||
- 📝 Fix fixture encoding ([@OttoWinter] - [#12296])
|
- 📝 Fix fixture encoding ([@OttoWinter] - [#12296])
|
||||||
- Clarify tahoma errrors ([@bakedraccoon] - [#12307]) ([tahoma docs])
|
- Clarify tahoma errrors ([@thijsdejong] - [#12307]) ([tahoma docs])
|
||||||
- add friendly_name_template to template sensor ([@NovapaX] - [#12268]) ([sensor.template docs])
|
- add friendly_name_template to template sensor ([@NovapaX] - [#12268]) ([sensor.template docs])
|
||||||
- Purge recorder data by default ([@amelchio] - [#12271]) (breaking change)
|
- Purge recorder data by default ([@amelchio] - [#12271]) (breaking change)
|
||||||
- Protect bloomsky platform setup ([@balloob] - [#12316]) ([binary_sensor.bloomsky docs]) ([camera.bloomsky docs]) ([sensor.bloomsky docs])
|
- Protect bloomsky platform setup ([@balloob] - [#12316]) ([binary_sensor.bloomsky docs]) ([camera.bloomsky docs]) ([sensor.bloomsky docs])
|
||||||
@ -200,7 +200,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Fake the state for a short period and skip the next update. ([@syssi] - [#12446]) ([fan.xiaomi_miio docs])
|
- Fake the state for a short period and skip the next update. ([@syssi] - [#12446]) ([fan.xiaomi_miio docs])
|
||||||
- Initial support for Config Entries ([@balloob] - [#12079])
|
- Initial support for Config Entries ([@balloob] - [#12079])
|
||||||
- Make WUnderground async ([@OttoWinter] - [#12385]) ([sensor.wunderground docs])
|
- Make WUnderground async ([@OttoWinter] - [#12385]) ([sensor.wunderground docs])
|
||||||
- Add the Xiaomi TV platform. ([@fattdev] - [#12359]) ([media_player.xiaomi_tv docs]) (new-platform)
|
- Add the Xiaomi TV platform. ([@simse] - [#12359]) ([media_player.xiaomi_tv docs]) (new-platform)
|
||||||
- Update voluputous ([@balloob] - [#12463]) (breaking change)
|
- Update voluputous ([@balloob] - [#12463]) (breaking change)
|
||||||
- Map Alexa StepVolume responses to volume_up/down ([@lucasweb78] - [#12467]) ([alexa docs])
|
- Map Alexa StepVolume responses to volume_up/down ([@lucasweb78] - [#12467]) ([alexa docs])
|
||||||
- ONVIF Camera added Error handling and rtsp authentication. ([@matt2005] - [#11129]) ([camera.onvif docs])
|
- ONVIF Camera added Error handling and rtsp authentication. ([@matt2005] - [#11129]) ([camera.onvif docs])
|
||||||
@ -266,7 +266,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Adding RoomHinting to GoogleAssistant to allow for room annotations. ([@jeremydk] - [#12598]) ([google_assistant docs])
|
- Adding RoomHinting to GoogleAssistant to allow for room annotations. ([@jeremydk] - [#12598]) ([google_assistant docs])
|
||||||
- Fix mclimate accounts with not only melissa components ([@kennedyshead] - [#12427]) ([melissa docs]) ([climate.melissa docs])
|
- Fix mclimate accounts with not only melissa components ([@kennedyshead] - [#12427]) ([melissa docs]) ([climate.melissa docs])
|
||||||
- Cast unique_id and async discovery ([@OttoWinter] - [#12474]) ([media_player.cast docs])
|
- Cast unique_id and async discovery ([@OttoWinter] - [#12474]) ([media_player.cast docs])
|
||||||
- Add Tahoma scenes ([@bakedraccoon] - [#12498]) ([scene docs]) ([tahoma docs]) (new-platform)
|
- Add Tahoma scenes ([@thijsdejong] - [#12498]) ([scene docs]) ([tahoma docs]) (new-platform)
|
||||||
- Optimize logbook SQL query ([@amelchio] - [#12608]) ([logbook docs])
|
- Optimize logbook SQL query ([@amelchio] - [#12608]) ([logbook docs])
|
||||||
- Fix voluptuous breaking change things ([@balloob] - [#12611]) ([xiaomi_aqara docs]) ([binary_sensor.knx docs])
|
- Fix voluptuous breaking change things ([@balloob] - [#12611]) ([xiaomi_aqara docs]) ([binary_sensor.knx docs])
|
||||||
- OpenGarage - correctly handle offline status (#12612) ([@swbradshaw] - [#12613]) ([cover.opengarage docs])
|
- OpenGarage - correctly handle offline status (#12612) ([@swbradshaw] - [#12613]) ([cover.opengarage docs])
|
||||||
@ -430,7 +430,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@aprasanna]: https://github.com/aprasanna
|
[@aprasanna]: https://github.com/aprasanna
|
||||||
[@armills]: https://github.com/armills
|
[@armills]: https://github.com/armills
|
||||||
[@bachya]: https://github.com/bachya
|
[@bachya]: https://github.com/bachya
|
||||||
[@bakedraccoon]: https://github.com/bakedraccoon
|
[@thijsdejong]: https://github.com/thijsdejong
|
||||||
[@balloob]: https://github.com/balloob
|
[@balloob]: https://github.com/balloob
|
||||||
[@bottomquark]: https://github.com/bottomquark
|
[@bottomquark]: https://github.com/bottomquark
|
||||||
[@cdce8p]: https://github.com/cdce8p
|
[@cdce8p]: https://github.com/cdce8p
|
||||||
@ -440,7 +440,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@dgomes]: https://github.com/dgomes
|
[@dgomes]: https://github.com/dgomes
|
||||||
[@elupus]: https://github.com/elupus
|
[@elupus]: https://github.com/elupus
|
||||||
[@fabaff]: https://github.com/fabaff
|
[@fabaff]: https://github.com/fabaff
|
||||||
[@fattdev]: https://github.com/fattdev
|
[@simse]: https://github.com/simse
|
||||||
[@gerard33]: https://github.com/gerard33
|
[@gerard33]: https://github.com/gerard33
|
||||||
[@happyleavesaoc]: https://github.com/happyleavesaoc
|
[@happyleavesaoc]: https://github.com/happyleavesaoc
|
||||||
[@hmn]: https://github.com/hmn
|
[@hmn]: https://github.com/hmn
|
||||||
@ -491,7 +491,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[bmw_connected_drive docs]: /components/bmw_connected_drive/
|
[bmw_connected_drive docs]: /components/bmw_connected_drive/
|
||||||
[calendar.caldav docs]: /components/calendar.caldav/
|
[calendar.caldav docs]: /components/calendar.caldav/
|
||||||
[camera.august docs]: /components/camera.august/
|
[camera.august docs]: /components/camera.august/
|
||||||
[camera.bloomsky docs]: /components/camera.bloomsky/
|
[camera.bloomsky docs]: /components/bloomsky/#camera
|
||||||
[camera.doorbird docs]: /components/camera.doorbird/
|
[camera.doorbird docs]: /components/camera.doorbird/
|
||||||
[camera.onvif docs]: /components/camera.onvif/
|
[camera.onvif docs]: /components/camera.onvif/
|
||||||
[camera.rpi_camera docs]: /components/camera.rpi_camera/
|
[camera.rpi_camera docs]: /components/camera.rpi_camera/
|
||||||
@ -605,7 +605,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@OttoWinter]: https://github.com/OttoWinter
|
[@OttoWinter]: https://github.com/OttoWinter
|
||||||
[@amelchio]: https://github.com/amelchio
|
[@amelchio]: https://github.com/amelchio
|
||||||
[@aronsky]: https://github.com/aronsky
|
[@aronsky]: https://github.com/aronsky
|
||||||
[@bakedraccoon]: https://github.com/bakedraccoon
|
|
||||||
[@balloob]: https://github.com/balloob
|
[@balloob]: https://github.com/balloob
|
||||||
[@jesserockz]: https://github.com/jesserockz
|
[@jesserockz]: https://github.com/jesserockz
|
||||||
[@kellerza]: https://github.com/kellerza
|
[@kellerza]: https://github.com/kellerza
|
||||||
|
@ -250,7 +250,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- MQTT Python 3.5 Async Await Syntax ([@OttoWinter] - [#12815]) ([mqtt docs])
|
- MQTT Python 3.5 Async Await Syntax ([@OttoWinter] - [#12815]) ([mqtt docs])
|
||||||
- Improved Homekit tests ([@cdce8p] - [#12800]) ([homekit docs])
|
- Improved Homekit tests ([@cdce8p] - [#12800]) ([homekit docs])
|
||||||
- Add light.group platform ([@OttoWinter] - [#12229]) ([light.group docs]) (new-platform)
|
- Add light.group platform ([@OttoWinter] - [#12229]) ([light.group docs]) (new-platform)
|
||||||
- Add icons to Xiaomi Aqara sensors ([@bakedraccoon] - [#12814]) ([sensor.xiaomi_aqara docs])
|
- Add icons to Xiaomi Aqara sensors ([@thijsdejong] - [#12814]) ([sensor.xiaomi_aqara docs])
|
||||||
- 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)
|
||||||
- Skip flaky light.group test [skipci] ([@balloob] - [#12847])
|
- Skip flaky light.group test [skipci] ([@balloob] - [#12847])
|
||||||
- Update volvooncall.py ([@danielhiversen] - [#12834]) ([switch.volvooncall docs])
|
- Update volvooncall.py ([@danielhiversen] - [#12834]) ([switch.volvooncall docs])
|
||||||
@ -495,7 +495,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@aronsky]: https://github.com/aronsky
|
[@aronsky]: https://github.com/aronsky
|
||||||
[@awkwardDuck]: https://github.com/awkwardDuck
|
[@awkwardDuck]: https://github.com/awkwardDuck
|
||||||
[@bachya]: https://github.com/bachya
|
[@bachya]: https://github.com/bachya
|
||||||
[@bakedraccoon]: https://github.com/bakedraccoon
|
[@thijsdejong]: https://github.com/thijsdejong
|
||||||
[@balloob]: https://github.com/balloob
|
[@balloob]: https://github.com/balloob
|
||||||
[@bertbert72]: https://github.com/bertbert72
|
[@bertbert72]: https://github.com/bertbert72
|
||||||
[@bokub]: https://github.com/bokub
|
[@bokub]: https://github.com/bokub
|
||||||
|
@ -156,7 +156,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Support for security systems controlled by IFTTT ([@maxclaey] - [#12975]) ([alarm_control_panel.ifttt docs]) (new-platform)
|
- Support for security systems controlled by IFTTT ([@maxclaey] - [#12975]) ([alarm_control_panel.ifttt docs]) (new-platform)
|
||||||
- Add ecobee fan mode ([@uchagani] - [#12732]) ([ecobee docs]) ([climate.ecobee docs])
|
- Add ecobee fan mode ([@uchagani] - [#12732]) ([ecobee docs]) ([climate.ecobee docs])
|
||||||
- Zigbee fan ([@igorbernstein2] - [#12289]) ([zha docs]) ([fan.zha docs]) (new-platform)
|
- Zigbee fan ([@igorbernstein2] - [#12289]) ([zha docs]) ([fan.zha docs]) (new-platform)
|
||||||
- Update plex.py ([@chronm] - [#12157]) ([sensor.plex docs])
|
- Update plex.py ([@kraddatz] - [#12157]) ([sensor.plex docs])
|
||||||
- Support MQTT Lock discovery ([@molobrakos] - [#13303]) ([mqtt docs]) ([lock.mqtt docs])
|
- Support MQTT Lock discovery ([@molobrakos] - [#13303]) ([mqtt docs]) ([lock.mqtt docs])
|
||||||
- Adding a discoverable Samsung Syncthru Printer sensor platform ([@nielstron] - [#13134]) ([sensor.syncthru docs]) (new-platform)
|
- Adding a discoverable Samsung Syncthru Printer sensor platform ([@nielstron] - [#13134]) ([sensor.syncthru docs]) (new-platform)
|
||||||
- Use hue/sat as internal light color interface ([@armills] - [#11288]) ([light docs])
|
- Use hue/sat as internal light color interface ([@armills] - [#11288]) ([light docs])
|
||||||
@ -406,7 +406,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@cburgess]: https://github.com/cburgess
|
[@cburgess]: https://github.com/cburgess
|
||||||
[@cdce8p]: https://github.com/cdce8p
|
[@cdce8p]: https://github.com/cdce8p
|
||||||
[@cgtobi]: https://github.com/cgtobi
|
[@cgtobi]: https://github.com/cgtobi
|
||||||
[@chronm]: https://github.com/chronm
|
[@kraddatz]: https://github.com/kraddatz
|
||||||
[@clementhk]: https://github.com/clementhk
|
[@clementhk]: https://github.com/clementhk
|
||||||
[@danielhiversen]: https://github.com/danielhiversen
|
[@danielhiversen]: https://github.com/danielhiversen
|
||||||
[@danielperna84]: https://github.com/danielperna84
|
[@danielperna84]: https://github.com/danielperna84
|
||||||
|
@ -131,7 +131,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Add Switzerland ([@fabaff] - [#13630]) ([binary_sensor.workday docs])
|
- Add Switzerland ([@fabaff] - [#13630]) ([binary_sensor.workday docs])
|
||||||
- Xiaomi Mi WiFi Repeater 2 integration as device tracker ([@syssi] - [#13521])
|
- Xiaomi Mi WiFi Repeater 2 integration as device tracker ([@syssi] - [#13521])
|
||||||
- Upgrade youtube_dl to 2018.04.03 ([@fabaff] - [#13647]) ([media_extractor docs])
|
- Upgrade youtube_dl to 2018.04.03 ([@fabaff] - [#13647]) ([media_extractor docs])
|
||||||
- Update plex.py ([@chronm] - [#13659]) ([sensor.plex docs])
|
- Update plex.py ([@kraddatz] - [#13659]) ([sensor.plex docs])
|
||||||
- Always enable config entries & remove config_entry_example ([@balloob] - [#13663]) ([config docs])
|
- Always enable config entries & remove config_entry_example ([@balloob] - [#13663]) ([config docs])
|
||||||
- Add missing service docs for hs_color ([@armills] - [#13667])
|
- Add missing service docs for hs_color ([@armills] - [#13667])
|
||||||
- Add regex functions as templating helpers ([@mountainsandcode] - [#13631])
|
- Add regex functions as templating helpers ([@mountainsandcode] - [#13631])
|
||||||
@ -292,7 +292,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@bdurrer]: https://github.com/bdurrer
|
[@bdurrer]: https://github.com/bdurrer
|
||||||
[@c727]: https://github.com/c727
|
[@c727]: https://github.com/c727
|
||||||
[@cdce8p]: https://github.com/cdce8p
|
[@cdce8p]: https://github.com/cdce8p
|
||||||
[@chronm]: https://github.com/chronm
|
[@kraddatz]: https://github.com/kraddatz
|
||||||
[@colinodell]: https://github.com/colinodell
|
[@colinodell]: https://github.com/colinodell
|
||||||
[@danielperna84]: https://github.com/danielperna84
|
[@danielperna84]: https://github.com/danielperna84
|
||||||
[@dlbroadfoot]: https://github.com/dlbroadfoot
|
[@dlbroadfoot]: https://github.com/dlbroadfoot
|
||||||
@ -359,11 +359,11 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[hue docs]: /components/hue/
|
[hue docs]: /components/hue/
|
||||||
[insteon_plm docs]: /components/insteon_plm/
|
[insteon_plm docs]: /components/insteon_plm/
|
||||||
[light docs]: /components/light/
|
[light docs]: /components/light/
|
||||||
[light.nanoleaf_aurora docs]: /components/light.nanoleaf_aurora/
|
[light.nanoleaf_aurora docs]: /components/nanoleaf/
|
||||||
[light.hue docs]: /components/light.hue/
|
[light.hue docs]: /components/light.hue/
|
||||||
[light.iglo docs]: /components/light.iglo/
|
[light.iglo docs]: /components/light.iglo/
|
||||||
[light.mystrom docs]: /components/light.mystrom/
|
[light.mystrom docs]: /components/light.mystrom/
|
||||||
[light.nanoleaf_aurora docs]: /components/light.nanoleaf_aurora/
|
[light.nanoleaf_aurora docs]: /components/nanoleaf/
|
||||||
[light.qwikswitch docs]: /components/light.qwikswitch/
|
[light.qwikswitch docs]: /components/light.qwikswitch/
|
||||||
[light.tradfri docs]: /components/light.tradfri/
|
[light.tradfri docs]: /components/light.tradfri/
|
||||||
[light.xiaomi_miio docs]: /components/light.xiaomi_miio/
|
[light.xiaomi_miio docs]: /components/light.xiaomi_miio/
|
||||||
|
@ -95,7 +95,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Brightness conversion for Abode dimmers ([@shred86] - [#13711]) ([light.abode docs])
|
- Brightness conversion for Abode dimmers ([@shred86] - [#13711]) ([light.abode docs])
|
||||||
- Update CODEOWNERS (sensor.filter, sensor.upnp) ([@dgomes] - [#13736])
|
- Update CODEOWNERS (sensor.filter, sensor.upnp) ([@dgomes] - [#13736])
|
||||||
- Reset permission ([@fabaff] - [#13743]) ([light.abode docs])
|
- Reset permission ([@fabaff] - [#13743]) ([light.abode docs])
|
||||||
- Throw an error when invalid device_mode is given ([@dangyuluo] - [#13739])
|
- Throw an error when invalid device_mode is given ([@left4taco] - [#13739])
|
||||||
- Fix so it is possible to ignore discovered config entry handlers ([@Kane610] - [#13741]) (beta fix)
|
- Fix so it is possible to ignore discovered config entry handlers ([@Kane610] - [#13741]) (beta fix)
|
||||||
- Upgrade netdisco to 1.3.1 ([@fabaff] - [#13744])
|
- Upgrade netdisco to 1.3.1 ([@fabaff] - [#13744])
|
||||||
- Add MQTT Sensor unique_id ([@OttoWinter] - [#13318]) ([sensor.mqtt docs])
|
- Add MQTT Sensor unique_id ([@OttoWinter] - [#13318]) ([sensor.mqtt docs])
|
||||||
@ -124,7 +124,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- HomeKit type_cover fix ([@cdce8p] - [#13832]) ([homekit docs])
|
- HomeKit type_cover fix ([@cdce8p] - [#13832]) ([homekit docs])
|
||||||
- Allow platform unloading ([@balloob] - [#13784]) ([hue docs]) ([light docs])
|
- Allow platform unloading ([@balloob] - [#13784]) ([hue docs]) ([light docs])
|
||||||
- Support CO2/PM2.5/Light sensors in HomeKit ([@Yonsm] - [#13804]) ([homekit docs]) (new-feature)
|
- Support CO2/PM2.5/Light sensors in HomeKit ([@Yonsm] - [#13804]) ([homekit docs]) (new-feature)
|
||||||
- Clicksend: Added support for multiple recipients ([@xTCx] - [#13812]) ([notify docs])
|
- Clicksend: Added support for multiple recipients ([@asafbiton96] - [#13812]) ([notify docs])
|
||||||
- Support Garage Doors in HomeKit ([@marthoc] - [#13796]) ([homekit docs]) (new-feature)
|
- Support Garage Doors in HomeKit ([@marthoc] - [#13796]) ([homekit docs]) (new-feature)
|
||||||
- Abode better events ([@MisterWil] - [#13809]) ([abode docs])
|
- Abode better events ([@MisterWil] - [#13809]) ([abode docs])
|
||||||
- UPnP async ([@dgomes] - [#13666]) ([upnp docs]) ([sensor.upnp docs])
|
- UPnP async ([@dgomes] - [#13666]) ([upnp docs]) ([sensor.upnp docs])
|
||||||
@ -367,7 +367,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@cdce8p]: https://github.com/cdce8p
|
[@cdce8p]: https://github.com/cdce8p
|
||||||
[@cgtobi]: https://github.com/cgtobi
|
[@cgtobi]: https://github.com/cgtobi
|
||||||
[@citruz]: https://github.com/citruz
|
[@citruz]: https://github.com/citruz
|
||||||
[@dangyuluo]: https://github.com/dangyuluo
|
[@left4taco]: https://github.com/left4taco
|
||||||
[@danielperna84]: https://github.com/danielperna84
|
[@danielperna84]: https://github.com/danielperna84
|
||||||
[@dersger]: https://github.com/dersger
|
[@dersger]: https://github.com/dersger
|
||||||
[@dgomes]: https://github.com/dgomes
|
[@dgomes]: https://github.com/dgomes
|
||||||
@ -408,7 +408,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@veleek]: https://github.com/veleek
|
[@veleek]: https://github.com/veleek
|
||||||
[@viorels]: https://github.com/viorels
|
[@viorels]: https://github.com/viorels
|
||||||
[@wiuwiu]: https://github.com/wiuwiu
|
[@wiuwiu]: https://github.com/wiuwiu
|
||||||
[@xTCx]: https://github.com/xTCx
|
[@asafbiton96]: https://github.com/asafbiton96
|
||||||
[abode docs]: /components/abode/
|
[abode docs]: /components/abode/
|
||||||
[alexa docs]: /components/alexa/
|
[alexa docs]: /components/alexa/
|
||||||
[binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/
|
[binary_sensor.bmw_connected_drive docs]: /components/binary_sensor.bmw_connected_drive/
|
||||||
|
@ -82,7 +82,7 @@ rainmachine:
|
|||||||
- Bump locationsharinglib to 1.2.2 ([@thelittlefireman] - [#14070]) ([device_tracker docs])
|
- Bump locationsharinglib to 1.2.2 ([@thelittlefireman] - [#14070]) ([device_tracker docs])
|
||||||
- Remove excessive debugging in webostv module ([@stephanerosi] - [#14056]) ([media_player.webostv docs])
|
- Remove excessive debugging in webostv module ([@stephanerosi] - [#14056]) ([media_player.webostv docs])
|
||||||
- Support new Xiaomi Aqara device model names and LAN protocol 2.0 ([@ileler] - [#13540]) ([xiaomi_aqara docs]) ([binary_sensor.xiaomi_aqara docs]) ([light.xiaomi_aqara docs]) ([sensor.xiaomi_aqara docs]) ([switch.xiaomi_aqara docs])
|
- Support new Xiaomi Aqara device model names and LAN protocol 2.0 ([@ileler] - [#13540]) ([xiaomi_aqara docs]) ([binary_sensor.xiaomi_aqara docs]) ([light.xiaomi_aqara docs]) ([sensor.xiaomi_aqara docs]) ([switch.xiaomi_aqara docs])
|
||||||
- Add devices to Tahoma ([@bakedraccoon] - [#14075]) ([tahoma docs]) ([cover.tahoma docs]) ([sensor.tahoma docs])
|
- Add devices to Tahoma ([@thijsdejong] - [#14075]) ([tahoma docs]) ([cover.tahoma docs]) ([sensor.tahoma docs])
|
||||||
- Modify weather components for "new" frontend card ([@c727] - [#14076]) ([weather.buienradar docs]) ([weather.darksky docs]) ([weather.openweathermap docs])
|
- Modify weather components for "new" frontend card ([@c727] - [#14076]) ([weather.buienradar docs]) ([weather.darksky docs]) ([weather.openweathermap docs])
|
||||||
- Add Sonos device attribute with grouping information ([@amelchio] - [#13553]) ([media_player.sonos docs]) (breaking change)
|
- Add Sonos device attribute with grouping information ([@amelchio] - [#13553]) ([media_player.sonos docs]) (breaking change)
|
||||||
- Re-implement HomematicIP cloud to async ([@mxworm] - [#13468]) ([homematicip_cloud docs]) ([sensor.homematicip_cloud docs]) (breaking change)
|
- Re-implement HomematicIP cloud to async ([@mxworm] - [#13468]) ([homematicip_cloud docs]) ([sensor.homematicip_cloud docs]) (breaking change)
|
||||||
@ -318,7 +318,7 @@ rainmachine:
|
|||||||
[@amelchio]: https://github.com/amelchio
|
[@amelchio]: https://github.com/amelchio
|
||||||
[@andrey-git]: https://github.com/andrey-git
|
[@andrey-git]: https://github.com/andrey-git
|
||||||
[@bachya]: https://github.com/bachya
|
[@bachya]: https://github.com/bachya
|
||||||
[@bakedraccoon]: https://github.com/bakedraccoon
|
[@thijsdejong]: https://github.com/thijsdejong
|
||||||
[@balloob]: https://github.com/balloob
|
[@balloob]: https://github.com/balloob
|
||||||
[@bieniu]: https://github.com/bieniu
|
[@bieniu]: https://github.com/bieniu
|
||||||
[@blackwind]: https://github.com/blackwind
|
[@blackwind]: https://github.com/blackwind
|
||||||
|
@ -390,7 +390,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[light.limitlessled docs]: /components/light.limitlessled/
|
[light.limitlessled docs]: /components/light.limitlessled/
|
||||||
[light.mqtt docs]: /components/light.mqtt/
|
[light.mqtt docs]: /components/light.mqtt/
|
||||||
[light.mysensors docs]: /components/light.mysensors/
|
[light.mysensors docs]: /components/light.mysensors/
|
||||||
[light.nanoleaf_aurora docs]: /components/light.nanoleaf_aurora/
|
[light.nanoleaf_aurora docs]: /components/nanoleaf/
|
||||||
[light.wink docs]: /components/light.wink/
|
[light.wink docs]: /components/light.wink/
|
||||||
[media_extractor docs]: /components/media_extractor/
|
[media_extractor docs]: /components/media_extractor/
|
||||||
[media_player.cmus docs]: /components/media_player.cmus/
|
[media_player.cmus docs]: /components/media_player.cmus/
|
||||||
|
@ -359,7 +359,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[hydrawise docs]: /components/hydrawise/
|
[hydrawise docs]: /components/hydrawise/
|
||||||
[keyboard_remote docs]: /components/keyboard_remote/
|
[keyboard_remote docs]: /components/keyboard_remote/
|
||||||
[light.lw12wifi docs]: /components/light.lw12wifi/
|
[light.lw12wifi docs]: /components/light.lw12wifi/
|
||||||
[light.nanoleaf_aurora docs]: /components/light.nanoleaf_aurora/
|
[light.nanoleaf_aurora docs]: /components/nanoleaf/
|
||||||
[light.osramlightify docs]: /components/light.osramlightify/
|
[light.osramlightify docs]: /components/light.osramlightify/
|
||||||
[light.zha docs]: /components/light.zha/
|
[light.zha docs]: /components/light.zha/
|
||||||
[linode docs]: /components/linode/
|
[linode docs]: /components/linode/
|
||||||
|
@ -222,7 +222,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Upgrade brunt package ([@eavanvalkenburg] - [#16130]) ([cover.brunt docs])
|
- Upgrade brunt package ([@eavanvalkenburg] - [#16130]) ([cover.brunt docs])
|
||||||
- Add support for NOAA tide information (new PR) ([@jcconnell] - [#15947]) ([sensor.noaa_tides docs]) (new-platform)
|
- Add support for NOAA tide information (new PR) ([@jcconnell] - [#15947]) ([sensor.noaa_tides docs]) (new-platform)
|
||||||
- Adds support for routers implementing IGDv2 ([@dgomes] - [#16108]) ([upnp docs]) (breaking change)
|
- Adds support for routers implementing IGDv2 ([@dgomes] - [#16108]) ([upnp docs]) (breaking change)
|
||||||
- Add support for JS modules in custom panels ([@squidwardy] - [#16096]) ([panel_custom docs])
|
- Add support for JS modules in custom panels ([@villanyibalint] - [#16096]) ([panel_custom docs])
|
||||||
- Prevent legacy api password with empty password ([@balloob] - [#16127])
|
- Prevent legacy api password with empty password ([@balloob] - [#16127])
|
||||||
- Enable auth by default 🙈 ([@balloob] - [#16107]) (breaking change)
|
- Enable auth by default 🙈 ([@balloob] - [#16107]) (breaking change)
|
||||||
- Remove commented out API password from default config ([@balloob] - [#16147])
|
- Remove commented out API password from default config ([@balloob] - [#16147])
|
||||||
@ -411,7 +411,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@scop]: https://github.com/scop
|
[@scop]: https://github.com/scop
|
||||||
[@sdague]: https://github.com/sdague
|
[@sdague]: https://github.com/sdague
|
||||||
[@shoejosh]: https://github.com/shoejosh
|
[@shoejosh]: https://github.com/shoejosh
|
||||||
[@squidwardy]: https://github.com/squidwardy
|
[@villanyibalint]: https://github.com/villanyibalint
|
||||||
[@syssi]: https://github.com/syssi
|
[@syssi]: https://github.com/syssi
|
||||||
[@teharris1]: https://github.com/teharris1
|
[@teharris1]: https://github.com/teharris1
|
||||||
[@ttroy50]: https://github.com/ttroy50
|
[@ttroy50]: https://github.com/ttroy50
|
||||||
|
@ -287,7 +287,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Add support for Hass.io discovery feature for Add-ons ([@pvizeli] - [#17035]) ([hassio docs])
|
- Add support for Hass.io discovery feature for Add-ons ([@pvizeli] - [#17035]) ([hassio docs])
|
||||||
- Keep the repeat mode when setting Sonos shuffle mode ([@amelchio] - [#17083]) ([media_player.sonos docs])
|
- Keep the repeat mode when setting Sonos shuffle mode ([@amelchio] - [#17083]) ([media_player.sonos docs])
|
||||||
- Smaller steps for Sonos volume up/down ([@amelchio] - [#17080]) ([media_player.sonos docs])
|
- Smaller steps for Sonos volume up/down ([@amelchio] - [#17080]) ([media_player.sonos docs])
|
||||||
- Add weather condition code to OpenWeatherMap sensor ([@dbilay] - [#17093]) ([sensor.openweathermap docs])
|
- Add weather condition code to OpenWeatherMap sensor ([@dYalib] - [#17093]) ([sensor.openweathermap docs])
|
||||||
- Adding myself as blink codeowner ([@fronzbot] - [#17096])
|
- Adding myself as blink codeowner ([@fronzbot] - [#17096])
|
||||||
- Change Tile icon to view-grid ([@no2chem] - [#17098]) ([device_tracker docs])
|
- Change Tile icon to view-grid ([@no2chem] - [#17098]) ([device_tracker docs])
|
||||||
- Fix jewish calendar sensor with language set to english ([@tsvi] - [#17104]) ([sensor.jewish_calendar docs])
|
- Fix jewish calendar sensor with language set to english ([@tsvi] - [#17104]) ([sensor.jewish_calendar docs])
|
||||||
@ -554,7 +554,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@cgarwood]: https://github.com/cgarwood
|
[@cgarwood]: https://github.com/cgarwood
|
||||||
[@cgtobi]: https://github.com/cgtobi
|
[@cgtobi]: https://github.com/cgtobi
|
||||||
[@danielperna84]: https://github.com/danielperna84
|
[@danielperna84]: https://github.com/danielperna84
|
||||||
[@dbilay]: https://github.com/dbilay
|
[@dYalib]: https://github.com/dYalib
|
||||||
[@dippysan]: https://github.com/dippysan
|
[@dippysan]: https://github.com/dippysan
|
||||||
[@emontnemery]: https://github.com/emontnemery
|
[@emontnemery]: https://github.com/emontnemery
|
||||||
[@exxamalte]: https://github.com/exxamalte
|
[@exxamalte]: https://github.com/exxamalte
|
||||||
|
@ -261,7 +261,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- The ping command will not detect device in standby as off ([@kennedyshead] - [#17358]) ([media_player.samsungtv docs])
|
- The ping command will not detect device in standby as off ([@kennedyshead] - [#17358]) ([media_player.samsungtv docs])
|
||||||
- Adding source attribute to geo location platforms ([@exxamalte] - [#17339]) ([geo_location docs])
|
- Adding source attribute to geo location platforms ([@exxamalte] - [#17339]) ([geo_location docs])
|
||||||
- Add config entry for SimpliSafe ([@bachya] - [#17148]) ([simplisafe docs]) ([alarm_control_panel.simplisafe docs]) (breaking change)
|
- Add config entry for SimpliSafe ([@bachya] - [#17148]) ([simplisafe docs]) ([alarm_control_panel.simplisafe docs]) (breaking change)
|
||||||
- Added option to use a location other than home ([@Solije] - [#17340]) ([sensor.geo_rss_events docs])
|
- Added option to use a location other than home ([@TomAFrench] - [#17340]) ([sensor.geo_rss_events docs])
|
||||||
- Add unique_id for Lightify ([@dshokouhi] - [#17377]) ([light.osramlightify docs])
|
- Add unique_id for Lightify ([@dshokouhi] - [#17377]) ([light.osramlightify docs])
|
||||||
- Add unique_id for Neato ([@dshokouhi] - [#17369]) ([camera.neato docs]) ([switch.neato docs]) ([vacuum.neato docs])
|
- Add unique_id for Neato ([@dshokouhi] - [#17369]) ([camera.neato docs]) ([switch.neato docs]) ([vacuum.neato docs])
|
||||||
- Add unique_id for Bloomsky ([@dshokouhi] - [#17383]) ([binary_sensor.bloomsky docs]) ([sensor.bloomsky docs])
|
- Add unique_id for Bloomsky ([@dshokouhi] - [#17383]) ([binary_sensor.bloomsky docs]) ([sensor.bloomsky docs])
|
||||||
@ -613,7 +613,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@OttoWinter]: https://github.com/OttoWinter
|
[@OttoWinter]: https://github.com/OttoWinter
|
||||||
[@PhilRW]: https://github.com/PhilRW
|
[@PhilRW]: https://github.com/PhilRW
|
||||||
[@SilvrrGIT]: https://github.com/SilvrrGIT
|
[@SilvrrGIT]: https://github.com/SilvrrGIT
|
||||||
[@Solije]: https://github.com/Solije
|
[@TomAFrench]: https://github.com/TomAFrench
|
||||||
[@StevenLooman]: https://github.com/StevenLooman
|
[@StevenLooman]: https://github.com/StevenLooman
|
||||||
[@amelchio]: https://github.com/amelchio
|
[@amelchio]: https://github.com/amelchio
|
||||||
[@arlyon]: https://github.com/arlyon
|
[@arlyon]: https://github.com/arlyon
|
||||||
|
@ -88,7 +88,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
([@ludeeus] - [#19090]) ([device_tracker docs]) (breaking change)
|
([@ludeeus] - [#19090]) ([device_tracker docs]) (breaking change)
|
||||||
- Use unicode slugify. Characters that are not between A and Z are now replaced with their latin equivalent. Dashes are replaced with an underscore. ([@pvizeli] - [#19192]) (breaking change)
|
- Use unicode slugify. Characters that are not between A and Z are now replaced with their latin equivalent. Dashes are replaced with an underscore. ([@pvizeli] - [#19192]) (breaking change)
|
||||||
- Various enhancements for WeMo component/platforms. `entity_id` is now required for the `wemo_set_humidity` service. ([@sqldiablo] - [#19419]) ([wemo docs]) ([binary_sensor.wemo docs]) ([fan.wemo docs]) ([light.wemo docs]) ([switch.wemo docs]) (breaking change)
|
- Various enhancements for WeMo component/platforms. `entity_id` is now required for the `wemo_set_humidity` service. ([@sqldiablo] - [#19419]) ([wemo docs]) ([binary_sensor.wemo docs]) ([fan.wemo docs]) ([light.wemo docs]) ([switch.wemo docs]) (breaking change)
|
||||||
- seven_segments will incorporate the entity name into the file name changing from former hardcoded `ocr.png` to `ssocr-(ss_entity_name).png` to make each ssocr input data file unique. ([@jumpkick] - [#18634]) ([image_processing.seven_segments docs]) (breaking change)
|
- seven_segments will incorporate the entity name into the file name changing from former hardcoded `ocr.png` to `ssocr-(ss_entity_name).png` to make each ssocr input data file unique. ([@deftdawg] - [#18634]) ([image_processing.seven_segments docs]) (breaking change)
|
||||||
- Update pylaunches dependency to 0.2.0. The launch_time sensor attribute will now be a datetime which can be used in templates, as opposed to a written word string. ([@DoloresHA] - [#19570]) ([sensor.launch_library docs]) (breaking change)
|
- Update pylaunches dependency to 0.2.0. The launch_time sensor attribute will now be a datetime which can be used in templates, as opposed to a written word string. ([@DoloresHA] - [#19570]) ([sensor.launch_library docs]) (breaking change)
|
||||||
- Add Freebox component with sensors and device tracker. Static configuration for freebox in device_tracker section must be deleted. Only the config of Freebox component is needed. ([@SNoof85] - [#18472]) ([device_tracker docs]) ([freebox docs]) ([sensor.freebox docs]) (breaking change) (new-platform)
|
- Add Freebox component with sensors and device tracker. Static configuration for freebox in device_tracker section must be deleted. Only the config of Freebox component is needed. ([@SNoof85] - [#18472]) ([device_tracker docs]) ([freebox docs]) ([sensor.freebox docs]) (breaking change) (new-platform)
|
||||||
- Refactored KNX climate component to be able to support operation types. See the documentation for the new operation modes. ([@marvin-w] - [#19546]) ([knx docs]) ([climate.knx docs]) (breaking change)
|
- Refactored KNX climate component to be able to support operation types. See the documentation for the new operation modes. ([@marvin-w] - [#19546]) ([knx docs]) ([climate.knx docs]) (breaking change)
|
||||||
@ -207,7 +207,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Provide charging indicator for mychevy ([@sdague] - [#19348]) ([mychevy docs]) ([sensor.mychevy docs])
|
- Provide charging indicator for mychevy ([@sdague] - [#19348]) ([mychevy docs]) ([sensor.mychevy docs])
|
||||||
- Add GTT Sensor ([@eliseomartelli] - [#18449]) ([sensor.gtt docs]) (new-platform)
|
- Add GTT Sensor ([@eliseomartelli] - [#18449]) ([sensor.gtt docs]) (new-platform)
|
||||||
- Upgrade volvooncall to 0.8.7 ([@molobrakos] - [#19398]) ([volvooncall docs])
|
- Upgrade volvooncall to 0.8.7 ([@molobrakos] - [#19398]) ([volvooncall docs])
|
||||||
- Cast lametric cycles parameter to int ([@jumpkick] - [#19370]) ([notify docs])
|
- Cast lametric cycles parameter to int ([@deftdawg] - [#19370]) ([notify docs])
|
||||||
- Satel integra monitor outputs ([@c-soft] - [#19149]) ([satel_integra docs]) ([binary_sensor.satel_integra docs])
|
- Satel integra monitor outputs ([@c-soft] - [#19149]) ([satel_integra docs]) ([binary_sensor.satel_integra docs])
|
||||||
- Fix cpu_temp issue on Raspberry Pi ([@mretegan] - [#19404]) ([sensor.glances docs])
|
- Fix cpu_temp issue on Raspberry Pi ([@mretegan] - [#19404]) ([sensor.glances docs])
|
||||||
- Add camera selection config to skybell camera ([@nhorvath] - [#19310]) ([skybell docs]) ([camera.skybell docs])
|
- Add camera selection config to skybell camera ([@nhorvath] - [#19310]) ([skybell docs]) ([camera.skybell docs])
|
||||||
@ -232,9 +232,9 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Bump Pybotvac To Support D7 On Latest Firmware ([@dshokouhi] - [#19463]) ([neato docs])
|
- Bump Pybotvac To Support D7 On Latest Firmware ([@dshokouhi] - [#19463]) ([neato docs])
|
||||||
- Adds battery_percent which had been introduced with pyatmo 1.4 and resolves unknown var warning. ([@jensihnow] - [#19309]) ([sensor.netatmo docs])
|
- Adds battery_percent which had been introduced with pyatmo 1.4 and resolves unknown var warning. ([@jensihnow] - [#19309]) ([sensor.netatmo docs])
|
||||||
- Add Mythic Beasts DNSAPI Component ([@thinkl33t] - [#18333]) ([mythicbeastsdns docs]) (new-platform)
|
- Add Mythic Beasts DNSAPI Component ([@thinkl33t] - [#18333]) ([mythicbeastsdns docs]) (new-platform)
|
||||||
- Rename ocr.png to ssocr-(entity_name).png to allow multiple instances ([@jumpkick] - [#18634]) ([image_processing.seven_segments docs]) (breaking change)
|
- Rename ocr.png to ssocr-(entity_name).png to allow multiple instances ([@deftdawg] - [#18634]) ([image_processing.seven_segments docs]) (breaking change)
|
||||||
- Update pynetgear to 0.5.2 ([@MatMaul] - [#19490]) ([device_tracker docs])
|
- Update pynetgear to 0.5.2 ([@MatMaul] - [#19490]) ([device_tracker docs])
|
||||||
- Reorder FLOW entries in config_entries.py ([@Solije] - [#19475])
|
- Reorder FLOW entries in config_entries.py ([@TomAFrench] - [#19475])
|
||||||
- Add timeout to RainMachine login ([@bachya] - [#19476]) ([rainmachine docs])
|
- Add timeout to RainMachine login ([@bachya] - [#19476]) ([rainmachine docs])
|
||||||
- Add new sensor platform to expose Islamic prayer times ([@uchagani] - [#19444]) ([sensor.islamic_prayer_times docs]) (new-platform)
|
- Add new sensor platform to expose Islamic prayer times ([@uchagani] - [#19444]) ([sensor.islamic_prayer_times docs]) (new-platform)
|
||||||
- Add native ESPHome Home Assistant state feature ([@OttoWinter] - [#19429]) ([esphome docs])
|
- Add native ESPHome Home Assistant state feature ([@OttoWinter] - [#19429]) ([esphome docs])
|
||||||
@ -623,7 +623,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@ReneNulschDE]: https://github.com/ReneNulschDE
|
[@ReneNulschDE]: https://github.com/ReneNulschDE
|
||||||
[@RyuzakiKK]: https://github.com/RyuzakiKK
|
[@RyuzakiKK]: https://github.com/RyuzakiKK
|
||||||
[@SNoof85]: https://github.com/SNoof85
|
[@SNoof85]: https://github.com/SNoof85
|
||||||
[@Solije]: https://github.com/Solije
|
[@TomAFrench]: https://github.com/TomAFrench
|
||||||
[@Steve9F]: https://github.com/Steve9F
|
[@Steve9F]: https://github.com/Steve9F
|
||||||
[@StevenLooman]: https://github.com/StevenLooman
|
[@StevenLooman]: https://github.com/StevenLooman
|
||||||
[@abmantis]: https://github.com/abmantis
|
[@abmantis]: https://github.com/abmantis
|
||||||
@ -669,7 +669,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@javicalle]: https://github.com/javicalle
|
[@javicalle]: https://github.com/javicalle
|
||||||
[@jensihnow]: https://github.com/jensihnow
|
[@jensihnow]: https://github.com/jensihnow
|
||||||
[@jkeljo]: https://github.com/jkeljo
|
[@jkeljo]: https://github.com/jkeljo
|
||||||
[@jumpkick]: https://github.com/jumpkick
|
[@deftdawg]: https://github.com/deftdawg
|
||||||
[@kdvlr]: https://github.com/kdvlr
|
[@kdvlr]: https://github.com/kdvlr
|
||||||
[@kennedyshead]: https://github.com/kennedyshead
|
[@kennedyshead]: https://github.com/kennedyshead
|
||||||
[@loe]: https://github.com/loe
|
[@loe]: https://github.com/loe
|
||||||
|
@ -283,7 +283,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
- Update denonavr to 0.7.8 (add various sound modes) ([@scarface-4711] - [#20951]) ([media_player.denonavr docs])
|
- Update denonavr to 0.7.8 (add various sound modes) ([@scarface-4711] - [#20951]) ([media_player.denonavr docs])
|
||||||
- Add missing data fields to Ambient PWS ([@bachya] - [#20808]) ([ambient_station docs]) ([sensor.ambient_station docs])
|
- Add missing data fields to Ambient PWS ([@bachya] - [#20808]) ([ambient_station docs]) ([sensor.ambient_station docs])
|
||||||
- HomematicIP fix cover direction ([@mxworm] - [#20901]) ([homematicip_cloud docs])
|
- HomematicIP fix cover direction ([@mxworm] - [#20901]) ([homematicip_cloud docs])
|
||||||
- Update pyHS100 to 0.3.4 ([@StefanBCN] - [#20979]) ([light.tplink docs]) ([switch.tplink docs])
|
- Update pyHS100 to 0.3.4 ([@stefnb] - [#20979]) ([light.tplink docs]) ([switch.tplink docs])
|
||||||
- Upgrade slixmpp to 1.4.2 ([@fabaff] - [#20971]) ([notify docs])
|
- Upgrade slixmpp to 1.4.2 ([@fabaff] - [#20971]) ([notify docs])
|
||||||
- Upgrade ruamel.yaml to 0.15.87 ([@fabaff] - [#20955])
|
- Upgrade ruamel.yaml to 0.15.87 ([@fabaff] - [#20955])
|
||||||
- Set cover level using emulated_hue ([@ptc] - [#19594]) ([emulated_hue docs])
|
- Set cover level using emulated_hue ([@ptc] - [#19594]) ([emulated_hue docs])
|
||||||
@ -556,7 +556,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@OnFreund]: https://github.com/OnFreund
|
[@OnFreund]: https://github.com/OnFreund
|
||||||
[@OttoWinter]: https://github.com/OttoWinter
|
[@OttoWinter]: https://github.com/OttoWinter
|
||||||
[@Sholofly]: https://github.com/Sholofly
|
[@Sholofly]: https://github.com/Sholofly
|
||||||
[@StefanBCN]: https://github.com/StefanBCN
|
[@stefnb]: https://github.com/stefnb
|
||||||
[@SukramJ]: https://github.com/SukramJ
|
[@SukramJ]: https://github.com/SukramJ
|
||||||
[@SupremeSports]: https://github.com/SupremeSports
|
[@SupremeSports]: https://github.com/SupremeSports
|
||||||
[@VirtualL]: https://github.com/VirtualL
|
[@VirtualL]: https://github.com/VirtualL
|
||||||
|
@ -5732,7 +5732,7 @@ This page contains a list of people who have contributed in one way or another t
|
|||||||
8 commits to home-assistant.io
|
8 commits to home-assistant.io
|
||||||
1 commit to home-assistant
|
1 commit to home-assistant
|
||||||
")
|
")
|
||||||
- [Kevin Raddatz (@chronm)](https://github.com/chronm "2 total commits to the Home Assistant orga:
|
- [Kevin Raddatz (@kraddatz)](https://github.com/kraddatz "2 total commits to the Home Assistant orga:
|
||||||
2 commits to home-assistant
|
2 commits to home-assistant
|
||||||
")
|
")
|
||||||
- [Kevin Schlosser (@kdschlosser)](https://github.com/kdschlosser "8 total commits to the Home Assistant orga:
|
- [Kevin Schlosser (@kdschlosser)](https://github.com/kdschlosser "8 total commits to the Home Assistant orga:
|
||||||
@ -9861,7 +9861,7 @@ This page contains a list of people who have contributed in one way or another t
|
|||||||
- [stedy6 (@stedy6)](https://github.com/stedy6 "1 total commits to the Home Assistant orga:
|
- [stedy6 (@stedy6)](https://github.com/stedy6 "1 total commits to the Home Assistant orga:
|
||||||
1 commit to home-assistant.io
|
1 commit to home-assistant.io
|
||||||
")
|
")
|
||||||
- [Stefan Burke (@StefanBCN)](https://github.com/StefanBCN "1 total commits to the Home Assistant orga:
|
- [Stefan Burke (@stefnb)](https://github.com/stefnb "1 total commits to the Home Assistant orga:
|
||||||
1 commit to home-assistant
|
1 commit to home-assistant
|
||||||
")
|
")
|
||||||
- [Stefan Feješ (@fejes713)](https://github.com/fejes713 "1 total commits to the Home Assistant orga:
|
- [Stefan Feješ (@fejes713)](https://github.com/fejes713 "1 total commits to the Home Assistant orga:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user