This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Sep 12, 2018
-
-
Daniel Perna authored
-
Daniel Høyer Iversen authored
* Switchmate * switchmate * swithcmate * switchmate * switchmate * switchmate * Make switchmate a bit more robust * style * style * style * Use external lib for switchmate * add_entities * Update requirements_all.txt * unnecessary string format
-
Paulus Schoutsen authored
* Add config entry to iOS * Add translation
-
Nate Clark authored
* add config option to invert state of binary_sensor * Add API endpoint to get state of a Konnected switch
-
Jason Hu authored
-
Marcel Hoppe authored
* add 'default_conversations' parameter * remove the empty message segment at the end of every message * add 'HangoutsHelp' intent * add hangouts/intents.py
-
Jason Hu authored
* Extend refresh_token to support last_used_at and last_used_by * Address code review comment * Remove unused code * Add it to websocket response * Fix typing
-
Paulus Schoutsen authored
-
Zoé Bőle authored
* increasing python-websockets' version number so now it works with python 3.7 * required version for websockets increased to work with Python 3.7 * script/gen_requirements_all.py is done
-
Alexei Chetroi authored
* Update fan.zha platform. switch from asyncio to async def() catch DeliveryError exceptions keep previous state, if reading 'fan_mode' attribute fails * fan.zha: Use None for unknown state. if we fail to read 'fan_mode' attribute, use None for state
-
Alexei Chetroi authored
Leverage endpoint.model and endpoint.manufacturer properties
-
Ville Skyttä authored
-
Daniel Perna authored
* Add fontsize and image functionality * woof
-
Jason Hu authored
-
Daniel Høyer Iversen authored
-
William Scanlon authored
* Updated pyeconet to the newest version to deal with econet API change
-
- Sep 11, 2018
-
-
Aaron Bach authored
-
Paulus Schoutsen authored
* Fix invalid state * Make slightly more efficient in unsubscribing * Use uuid4"
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* Add websocket commands for refresh tokens * Comment
-
Paulus Schoutsen authored
-
Jason Hu authored
* Allow create refresh_token with specific access_token_expiration * Add token_type, client_name and client_icon * Add unit test * Add websocket API to create long-lived access token * Allow URL use as client_id for long-lived access token * Remove mutate_refresh_token method * Use client name as id for long_lived_access_token type refresh token * Minor change * Do not allow duplicate client name * Update docstring * Remove unnecessary `list`
-
Jerad Meisner authored
* Store notifications in component. Add ws endpoint for fetching. * Comments
-
Diogo Gomes authored
* Use access_token and user provided token instead of api_password * address comments by @awarecan * new tests * add extra checks and test * lint * add comment
-
Zellux Wang authored
* Fix arlo intilization when no base station * Fix pylint for empty camera check * Fix typo * Minor change to trigger CI again
-
Ville Skyttä authored
* Don't treat typing as an "in-between" module for import order That was a < 3.5 era thing. * Tighten scope of some pylint unused-import disables To avoid isort moving a top level one around, undesirably broadening its scope.
-
cgtobi authored
* Update PyRMVtransport version * Update requirements.
-
- Sep 10, 2018
-
-
Paulus Schoutsen authored
-
Tom Harris authored
* Fix support for Hub version 1 (i.e. pre-2014 Hub model 2242) * Bump insteonplm to 0.14.1 * Code review changes * Clean up and better document set_default_port * Simplify set_default_port based on code review * Remove Callable type import * Simplify port setup
-
mrosseel authored
* add CONF_ALLOW_UNREACHABLE option, retry connection if allowed * fix linting errors * Removing the config option, just using PlatformNotReady
-
vikramgorla authored
fixed get_camera_type as it was originally not consuming any input, was looping with all cameras and the first camera type was retutned, modified to call cameraType using provided camera name.
-
Fabian Affolter authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Louis-Dominique Dubeau authored
* Add a base_url configuration setting to tts. * Remove the empty string as default value for base_urls As requested in https://github.com/home-assistant/home-assistant/pull/16478#pullrequestreview-153526144
-
Jason Hu authored
-