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.85.0 #19897

Merged
merged 317 commits into from
Jan 10, 2019
Merged

0.85.0 #19897

merged 317 commits into from
Jan 10, 2019

Conversation

balloob
Copy link
Member

@balloob balloob commented Jan 9, 2019

New Platforms

Breaking Changes

Beta Fixes

All changes

dmulcahey and others added 30 commits December 12, 2018 17:06
* event foundation

* implement quirks

* lock zha-quirks version

* allow quirks handling to be toggled on and off

* revert event commit

* disable warning

* update requirements_all

* Remove fix in favor of #19141

#19141 should be what ultimately corrects this issue.

* review comment
* Fix owntracks topic

* Warn if per-topic secret and using HTTP
* 17track.net: Add package data attribute to summary sensors

* Member comments
* bump aioasuswrt version

* run gen_requirements
* Add websocket-based non-polling variant for songpal

* linting fixes

* changes based on Martin's feedback

* Fix linting

* add backoff timer for reconnects, fix variable naming (I thought that this wouldn't matter for internals..)

* Remove poll configuration variable

* bump the version just to be sure, the previous release lacked a version file (required for setup.py)
#19006)

* Deprecate auto target all

* Match on word 'all'
Re-use connection-pool of VOC
* Feature: support for the HK AVR

* Remove testcode

* Feature: support for the HK AVR

* Remove testcode

* Added checklist

* Review fixes whitespaces

* Lint fixes

* Review fixes, add current source

* Remove unused imports

* Review fixes; State constants, dict[key]

* More review fixes, Unknown state and Sources

* Review fix; rename devices to entities
* Fix OwnTracks deadlocking

* Fix deadlock
* Fail if new entity_id is in hass.states

* Move check to websocket

* Review comments
* Always add friendly name attribute

* Only change device_info name
* Expose ZoneMinder availability to Home Assistant

* Bump zm-py to 0.2.0 with the availability changes published
* Update synology_chat.py

* Added verify_ssl option to notify.synology_chat

Python requests will verify ssl by default, this configuration options allows the user to specify if they want to verify ssl or not. Non breaking change, default is True - do verify ssl.
* #19273: fix call to super()

* #19273: adjust to python3 standards.

* #19273: remove bad test.
* Add custom component to core

* Add pyrail to reqs

* Format & lint

* Sort nmbs.py into place on coveragerc

* Only set up station live if provided

* Only set up sensor if config is provided

* Fix line too long linting error

* PR Remarks

* Add docstrings

* Fix hound line to long error

* Fix quotes

* Rebase coveragerc

* PR Review

* Init empty attrs

* Dont include delay if there is none

* PR review

* Safer check

* Rebase reqs

* Generate req

* Update homeassistant/components/sensor/nmbs.py

Co-Authored-By: thibmaek <[email protected]>

* PR remarks
* Check admin permission before able to manage config entries

* Lint
* Rename is_owner decorator to is_admin

* Update test_auth.py
* Add automation and script events to logbook filter events

* Update logbook.py

* Update logbook.py

* Update logbook tests

* Update test_logbook.py

* Update test_logbook.py

* Update test_logbook.py

* Update test_logbook.py
entry: ConfigEntry) -> bool:
"""Set up the esphome component."""
# pylint: disable=redefined-outer-name
from aioesphomeapi import APIClient, APIConnectionError

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redefinition of unused 'APIClient' from line 30

async def async_load_from_store(self) -> List['EntityInfo']:
"""Load the retained data from store and return de-serialized data."""
# pylint: disable= redefined-outer-name
from aioesphomeapi import COMPONENT_TYPE_TO_INFO, DeviceInfo

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redefinition of unused 'DeviceInfo' from line 30

from .config_flow import EsphomeFlowHandler # noqa

if TYPE_CHECKING:
from aioesphomeapi import APIClient, EntityInfo, EntityState, DeviceInfo, \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'aioesphomeapi.APIClient' imported but unused
'aioesphomeapi.DeviceInfo' imported but unused
'aioesphomeapi.EntityInfo' imported but unused
'aioesphomeapi.EntityState' imported but unused
'aioesphomeapi.ServiceCall' imported but unused

@balloob balloob merged commit 70a8cac into master Jan 10, 2019
@ghost ghost removed the in progress label Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.