Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.69 #14392

Merged
merged 156 commits into from
May 11, 2018
Merged

0.69 #14392

merged 156 commits into from
May 11, 2018

Conversation

balloob
Copy link
Member

@balloob balloob commented May 11, 2018

New Platforms

Breaking Changes

  • Pollen.com: Added attributes on top 3 allergens. This caused attribute names primary_allergen_genus, primary_allergen_name and primary_allergen_type to be suffixed with _1 (@bachya - #14018) (sensor.pollen docs) (breaking change)
  • Add Sonos device attribute with grouping information. The media_player.sonos attribute is_coordinator has been removed; the new attribute sonos_group (listing all group members, coordinator first) can be used instead. (@amelchio - #13553) (media_player.sonos docs) (breaking change)
  • Re-implement HomematicIP cloud to async. Change of configuration schema: name is optional and cannot be empty. Remove of state attributes for sensors. Remove of additional sensor to show state of all found components (@mxworm - #13468) (homematicip_cloud docs) (sensor.homematicip_cloud docs) (breaking change)
  • System log: make firing event optional (@balloob - #14102) (system_log docs) (breaking change)
  • Converts RainMachine to hub model (part 2) (@bachya - #14225) (rainmachine docs) (switch.rainmachine docs) (breaking change)
  • Homekit: Changed device_class requirement Humidity Sensor (@cdce8p - #14277) (homekit docs) (breaking change)
  • The sensor unit lux has been replaced with lx for consistency. That covers the following sensor platforms: homematic, isy994, miflora, mysensors, tahoma, vera and template sensors. To add light sensors for the HomeKit component the device_class changed to illuminance. (@cdce8p - #14282) (sensor docs) (breaking change)
  • The Matrix notification platform now depends on the the new Matrix component. Please see the documentation for how to configure the Matrix component. (@tinloaf - #13355) (matrix docs) (notify docs) (breaking change) (new-platform)
  • Move RainMachine to component/hub model and remove Remote API. (@bachya - #14085 - #14225) (rainmachine docs) (switch.rainmachine docs) (breaking change) (new-platform)
# New rainmachine config
rainmachine:
  ip_address: 192.168.1.100
  password: abc123
  switches:
    zone_run_time: 240

Beta Fixes

All changes

kellerza and others added 30 commits April 21, 2018 08:34
* expose the condition code on condition sensors

* 💄

* like thisss duh

* add test for condition_code

* It’s a string
* Catch exception for KeyError
* Use get and added test
* Update locationsharinglib to 1.2.1 and add accuracy.

* Change indents to match HA style
* bump gogogate2 version

* Update - requirements_all
When an OpenWrt device monitored via ubus is offline, this causes the
log to be flooded with several exceptions. Avoid this by catching
requests.exceptions.ConnectionError in addition to
requests.exceptions.Timeout.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Show a notification when a config entry is discovered

* update comment

* Inline functions

* Lint
* Handle HomeKit configuration failure more cleanly

Add support for handling cases where HomeKit configuration fails, and give
the user more information about what to do.

* Don't consume the exception for a homekit.UnknownError

If we get an UnknownError then we should alert the user but also still
generate the backtrace so there's actually something for them to file in
a bug report.
* Use forward entry setup with light platform

* Move sensor to forward entry setup

* Use forward entry setup with binary sensors

* Use forward entry setup with scene platform

* Remove import of unused functionality

* Move deconz setup in to setup entry
Create initial negative tests for setup entry

* Fix hound comment

* Improved tests

* Add test for scene platform

* Add test for binary sensor platform

* Add test for light platform

* Add test for light platform

* Add test for sensor platform

* Fix hound comment

* More asserts on sensor types
* Order the output of the automation editor

* Lint
* Bump locationsharinglib to 1.2.2

* Bump locationsharinglib to 1.2.2
* domain expiry

* domain expiry

* domain expiry

* scan interval

* change host to domain
* Enable weather condition for all forecasts (OWM)

* Remove entity_picture from BR

* Remove summary texts from Dark Sky

* Update test_darksky.py
* Recode to async version of homematicip-rest-api

* Remove blank line

* Cleanup of access point status class

* Fix to loong line

* Fix import errors

* Bugfix missing wait the _retry_task for sleep command

* Update comment

* Updates after review

* Small updates of logging and property name

* Fix DOMAIN and revert back to lowercase snakecase strings

* Fix intention and tripple double quotes

* Fix travis build

* Remove unnecessary state attributes

* Fix optional name in configuration

* Further reduction of state attributes
* Updated pyhomematic to 0.1.42

* Updated pyhomematic to 0.1.42
* WIP: Add update_file service to local_file camera

* Add event on update

* Update local_file.py

* Update services.yaml

* Fix indent

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update local_file.py

* Update test_local_file.py

* Update local_file.py

* Adds file_path to device_state_attributes

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update local_file.py

* Update test_local_file.py

* fixed test_update_file_path

* Update local_file.py

* Update test_local_file.py

* Update test_local_file.py

* Update services.yaml

* Update local_file.py

* Update local_file.py

* Update test_local_file.py

* Update local_file.py
balloob and others added 14 commits May 7, 2018 10:01
This fixes missing light, humidity, temperature sensors from abode component.
* Add debounce to move_cover

* Fix spelling mistake
* Fix module names for custom components

* Also set __package__ correctly

* bla

* Remove print
* Revert custom component loading logic

* Lint

* Fix tests

* Guard for infinite inserts into sys.path
This issue was fixed in hbmqtt/issues#95 that was released in hbmqtt 0.9.2
* Ignore NaN values for influxdb

* Catch TypeError
@balloob balloob requested a review from a team May 11, 2018 16:34
@balloob balloob requested a review from a team as a code owner May 11, 2018 16:34
@balloob balloob merged commit c5cac04 into master May 11, 2018
@home-assistant home-assistant locked and limited conversation to collaborators Sep 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet