Daniel Hjelseth Høyer
3a119dd669
Update pyTibber to 0.15.7 ( #41722 )
2020-10-13 19:58:39 +02:00
Robert Svensson
267d97e80e
Improve deCONZ fan platform handling unsupported commands ( #41779 )
...
* Improve handling unsupported commands
* Raise valueerror on unsupported speed
* Fix linting
2020-10-13 19:34:33 +02:00
Erik Montnemery
7f9db59209
Bump hatasmota to 0.0.15 ( #41781 )
2020-10-13 18:53:18 +02:00
Jason Hunter
c3ccea52a5
Add Browse Media to Xbox ( #41776 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-13 17:51:51 +02:00
Franck Nijhof
5dbb5f12eb
Upgrade sqlalchemy to 1.3.20 ( #41765 )
2020-10-13 08:43:58 -05:00
Jason Hunter
9877e8e25b
Add Xbox Integration ( #41697 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-13 15:37:01 +02:00
Erik Montnemery
12a6d10168
Log exceptions in EntityPlatform.async_add_entities ( #41730 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-13 15:35:27 +02:00
J. Nick Koston
33b548e247
Reduce ORM overhead when the old state was already written to the database ( #41736 )
...
We can avoid processing the relationship when the old state was already
written to the database which will common case with a commit interval
of 1s. Since we already know the value for old_state_id we can use it
instead of asking sqlalchemy to process the relationship at flush/commit
time which can significantly speed up sqlalchemy's _emit_insert_statements
implementation.
2020-10-13 15:34:46 +02:00
Aidan Timson
52c93edb53
Add Palette to WLED Effect Service ( #41724 )
2020-10-13 14:12:01 +02:00
Rob Bierbooms
c16f107f6b
Filter rfxtrx configure devices option flow on existing config entry ( #40975 )
...
* Prompt only configure devices when device is in config entry
* Fix copy
2020-10-13 13:51:42 +02:00
João Gabriel
d1041efedf
Add device info to Panasonic Viera ( #41028 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-13 13:14:59 +02:00
Robert Svensson
72289b8171
Add fan support to deCONZ ( #40806 )
...
* Add fan support to deconz
* Fix gateway test
* Fix lint issue
* Apply suggestions from code review
* Fix black
* Improve tests
* Store previously used speed in case turn_on service is called without a speed attribute
* Fix tests
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-10-13 12:57:42 +02:00
Sören Oldag
113a680c43
Bump pwmled to 1.5.3 ( #41681 )
2020-10-13 12:53:29 +02:00
Joakim Plate
11bbc14530
Pass context to on/off scripts ( #40254 )
2020-10-13 12:13:47 +02:00
Diogo Gomes
c4148eb2c5
Add notify platform to TTS ( #40028 )
2020-10-13 11:52:51 +02:00
Tom Schneider
1d682bdc78
Bump pygti to 0.9.2 ( #41571 )
2020-10-13 10:31:42 +02:00
Fredrik Erlandsson
8bdc824b6c
Update pypoint to use async http requests ( #41546 )
...
* Remove domain after entities
* Add support for async http-requests
* Fix, handle network issues (update _is_available status)
* Fix missing await for alarm_arm
* Fix alarm status
* Update tests to async
* Bump pypoint version
* Fix doc string
* Apply suggestions from code review, remove pylint disable
* Fix black
2020-10-13 08:48:26 +02:00
Sören
32204821c1
Bump pynello to 2.0.3 ( #41737 )
...
* Bump pynello to 2.0.3
* Bump pynello to 2.0.3
2020-10-13 08:42:33 +02:00
Aaron Bach
bb98f7ed1b
Add support for Elexa Guardian paired sensors ( #37930 )
...
* Add support for Guardian paired sensors
* More work
* OOP
* More OOP
* Binary sensors looking good
* Entities all in place
* Looking good
* Linting
* Code review
* Code review
* Flake
* Fix removal
* Code review
* Linting
* Don't use potentially confusing method name
* Use CoordinatorEntity
* Linting
* Pylint
* Code review
* Code review
2020-10-12 21:41:57 -06:00
Glenn Waters
f7d3f3a1ed
Add elkm1 bypass and trigger services ( #41584 )
2020-10-12 21:41:19 -05:00
scheric
7e6432dad6
Use common strings in Griddy config flow ( #41716 )
2020-10-12 21:13:04 -05:00
Guido Schmitz
bb2d3bf50d
Fix climate platform in devolo Home Control ( #40746 )
...
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
2020-10-12 19:21:59 -05:00
Ville Skyttä
f28c3273c2
Upgrade mypy to 0.790 ( #41595 )
2020-10-12 19:17:30 -05:00
HomeAssistant Azure
1417a4161f
[ci skip] Translation update
2020-10-13 00:03:24 +00:00
J. Nick Koston
a9de9c62f1
Use native utc timezone for utcnow() ( #41727 )
...
This allows timezone operations to happen in C code instead
of the pure-python code of pytz
2020-10-12 17:43:21 -05:00
Anders Melchiorsen
b5308bda09
Add Sonos support for media_player.repeat_set service ( #41735 )
...
* Add Sonos support for media_player.repeat_set service
* Update homeassistant/components/sonos/media_player.py
* Remove else for pylint
Co-authored-by: cgtobi <cgtobi@users.noreply.github.com>
2020-10-13 00:30:38 +02:00
Anders Melchiorsen
d00655810f
Add media_player.repeat_set service ( #41435 )
2020-10-12 23:29:28 +02:00
scheric
a6393fb36c
Use common strings in Avri config flow ( #41717 )
2020-10-12 19:42:07 +02:00
Christian Bilevits
54bb82a3c2
Add common strings in plaato config flow ( #41622 )
2020-10-12 19:39:09 +02:00
Niccolo Zapponi
8a45bc2d13
Add support for SimpliSafe sensors ( #41080 )
...
* Add support for SimpliSafe sensors
* Turn sensor refresh rate to a configurable setting
* Set minimum to scan interval
* Removed dynamic sensor refresh rate
* Refactoring
* Refactoring
* Move battery entities to binary_sensor platform
* Bug fix
* Clean up
* Simplified device info override
* Ignore sensor cache
2020-10-12 11:31:55 -06:00
Erik Montnemery
f70aa0b5cc
Merge Tasmota sensor device class and icon maps ( #41706 )
2020-10-12 19:26:35 +02:00
Paulus Schoutsen
57996e1942
Improve mobile app template handling ( #41703 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-10-12 17:26:54 +02:00
Philip Allgaier
625bbe6238
Cleanup unused loggers (components A-M) ( #41600 )
2020-10-12 16:59:05 +02:00
Quentame
6cff58f37d
Fix disabled Synology DSM camera ( #41686 )
2020-10-12 16:47:05 +02:00
J. Nick Koston
b897ca7260
Ensure all template errors are caught and the websocket api reports them ( #41719 )
2020-10-12 16:38:24 +02:00
puddly
f7e7f1371e
Update zigpy-znp to 0.2.2 ( #41670 )
2020-10-12 09:44:40 -04:00
Vladimír Záhradník
111afbb66f
Refactor Modbus switch to provide a base for other entities ( #33551 )
...
* Add Modbus light and fan entities
* Rework Fan and Light components to new config structure
* Fix Linter issue
* Rework Modbus switch initialization
* Properly update state on actuator methods
* Remove Fan and Light entity from this change. They will be merged separately
* Fix loading of the Switch platform
* Modbus switch - inherit from the SwitchEntity
2020-10-12 14:34:44 +02:00
fnurgel
bf57035880
Use separate line for return statement in hue_activate_scene ( #41709 )
2020-10-12 13:40:26 +02:00
Brett
3e41c682f4
Add Advantage Air Integration ( #40159 )
...
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-12 13:22:15 +02:00
Erik Montnemery
cd21786536
Bump hatasmota to 0.0.13 ( #41705 )
...
* Bump hatasmota to 0.0.13
* Fix tests
2020-10-12 13:09:17 +02:00
Dan Ports
c8ac787c9f
Bump greeneye_monitor to 2.1 ( #41692 )
...
This fixes reporting of temperature sensors with negative values.
2020-10-12 08:14:09 +02:00
Erik Montnemery
84cb00bb4e
Add Tasmota sensor ( #41483 )
...
* Add Tasmota sensor
* Remove useless try-except
* Bump hatasmota to 0.0.11
* Apply suggestions from code review
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* Sort dict constants
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-10-12 07:27:06 +02:00
Philip Allgaier
59edb25e4e
Clean up speedtest ( #41139 )
...
* Remove unused error string + add server list log msg
* Use more common reference texts
* Revert translation files + correct typos
2020-10-12 06:03:45 +02:00
HomeAssistant Azure
f787289ea0
[ci skip] Translation update
2020-10-12 00:03:31 +00:00
Matthias Alphart
93a9a11065
Add config validator helper positive_float ( #41640 )
2020-10-11 22:04:49 +02:00
Angelo Gagliano
874e1f6103
Prevent tplink missing devices and unavailable state ( #39762 )
...
* Adds self to codeowners for tplink
* Adds retry to update to prevent missing devices
* Runs through isort and corrects async commit
* Runs through black
* Runs through pre-checks
* Corrects and matches var names
* Re-runs through black
* Corrects var name
* Removes the retry loop and in favor of async add
* Cleanup imports
* Removes no longer valid test
* Removes is_ready and only log retry once
* Corrects switch logging vars
* Adds list of entities to add_entities
* Consumes exception for attempt_update
* Consumes specific exception
* Removes unnecessary update
* Reducing back to 2 seconds
* Removes useless return
* Call get_sysinfo for all at once
* Formated black
* Adds missing docstirng
* Corrects docstring
* Update homeassistant/components/tplink/light.py
Co-authored-by: Anders Melchiorsen <amelchio@nogoto.net>
* Corrects sysinfo call
* Adds default for host vars
* Adds log when device responds again
* Revert host alias default
* Removes unncessary host var
* Removes host var
* Get device details from sysinfo
* Use host and alias for log msg
* Gets hosts from smartbulb
* Changes retry logging to debug
* Attempts coverage add
* Removes unused import
* Updates tests for new retry
* Runs through isort
* Removes unneeded try
* Prevents static entries from failing integration
* Format black
* Forces an update after turn on off
* Remove common test
* Revert update after turn_on off
* Adds patch for sleep_time 0
* Returns False when update fails
Co-authored-by: Anders Melchiorsen <amelchio@nogoto.net>
2020-10-11 21:10:36 +02:00
fnurgel
366006e0aa
Multiple Hue activate scene ( #41353 )
2020-10-11 21:01:49 +02:00
uvjustin
1c6d0d138d
Adjust dts warning messages in stream ( #41467 )
...
* Adjust dts warning messages
* Wait for second packet with overflow dts condition
* Rename dts gap watch variable
* Remove out of order packet warning
2020-10-11 12:55:13 -04:00
uvjustin
6c18feb4ed
Allow only one packet with no dts in stream init ( #41129 )
...
* Allow only one packet with no dts in stream init
* Call finalize_stream() on exit
2020-10-11 12:52:51 -04:00
J. Nick Koston
c7bbba9d48
Reduce icmplib ping timeout to match ping binary behavior ( #41620 )
2020-10-11 11:12:27 -05:00
ochlocracy
178b2d8c22
Update display categories in Alexa ( #41626 )
...
* Add new display categories from Alexa Smart Home API
* Update Vacuum entities to use VACUUM_CLEANER category.
* Update Automation entities to use ACTIVITY_TRIGGER category.
* Update tests for Automation entities to use ACTIVITY_TRIGGER category.
2020-10-11 11:09:05 -05:00
Maciej Bieniek
13f0ea506e
Bump brother to 0.1.18 ( #41056 )
2020-10-11 11:04:27 -05:00
Spartan-II-117
44a3278ba8
Use common strings for AirVisual ( #41632 )
2020-10-11 17:28:55 +02:00
scheric
9d6589240f
Use common strings in logi_circle config flow ( #41427 )
...
* already_setup->already_configured
* auth_error->invalid_auth
* rm default
* auth_timeout->oauth2_authorize_url_timeout
* enable auto format black
* add oauth2_missing_configuration
* Use standard helper keys
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-11 10:11:45 -05:00
Christian Bilevits
ae20b3a678
Use common strings in ps4 config flow ( #41623 )
2020-10-11 16:57:21 +02:00
Gautham Varma K
ffd25fb2ce
Use common strings in homematicip_cloud config flow ( #41658 )
2020-10-11 16:53:03 +02:00
Philip Allgaier
b6a93724bf
Use consistent "percent" naming in systemmonitor ( #41411 )
2020-10-11 15:52:32 +02:00
Christian Bilevits
1cb25cdaf7
Use common strings in panasonic config flow ( #41641 )
...
* Add missing common strings
* Add common string
2020-10-11 15:47:49 +02:00
Gautham Varma K
9d515e8c34
Use common strings in risco config flow ( #41656 )
2020-10-11 15:46:59 +02:00
scheric
1f4fe62380
Use common strings in twentemilieu config flow ( #41647 )
2020-10-11 14:54:08 +02:00
Christian Bilevits
1c4512bc40
Use common strings in Nest config flow ( #41597 )
2020-10-11 14:47:30 +02:00
Christian Bilevits
ef448f1549
Use common strings in profiler config flow ( #41642 )
2020-10-11 14:33:34 +02:00
scheric
f382754830
Use common strings in iOS config flow ( #41644 )
2020-10-11 14:32:06 +02:00
scheric
9c9b9e8227
Use common strings in Météo-France ( #41610 )
...
* insert feadback
* more feadback
2020-10-11 09:58:54 +02:00
Brian Rogers
899431235b
Bump rachiopy to 1.0.3 and update methods to handle changes ( #41398 )
2020-10-10 19:44:49 -05:00
HomeAssistant Azure
80522f1bdc
[ci skip] Translation update
2020-10-11 00:03:37 +00:00
Christian Bilevits
fdc965c6b9
Add missing common strings ( #41621 )
2020-10-11 00:42:32 +02:00
Steffen Rusitschka
b5f4b58832
Add rx mode to homematic.put_paramset service ( #40065 )
2020-10-10 20:42:19 +02:00
Christian Bilevits
0838936ce7
Add common strings in broadlink config flow ( #41602 )
2020-10-10 19:12:15 +02:00
Paulus Schoutsen
dc1b1706f1
Add device info to met ( #41611 )
2020-10-10 17:30:27 +02:00
Daniel Hjelseth Høyer
4ece928c0a
Remove icon for Tibber sensor ( #41604 )
2020-10-10 17:29:45 +02:00
J. Nick Koston
00b338002a
Update icmplib to 1.2.2 ( #41608 )
...
Fixes IPv6 lookups
2020-10-10 17:28:13 +02:00
J. Nick Koston
da2f9db62e
Fix async functions accidentally marked as callbacks ( #41607 )
2020-10-10 16:54:36 +02:00
javicalle
73f52c829a
Remove illuminance sensor for Xiaomi EU gateway ( #41580 )
...
Xiaomi EU gateway don't support the `XiaomiGatewayIlluminanceSensor`.
2020-10-10 14:43:06 +02:00
Diederik van den Burger
c31d9bfd3f
Update Withings integration (add sleeps data) ( #41504 )
2020-10-10 14:41:26 +02:00
scheric
7f8f53607e
add strings ( #41599 )
2020-10-10 14:38:00 +02:00
Daniel Hjelseth Høyer
9299f0a8b2
Add device_class to Tibber sensor ( #41572 )
2020-10-10 14:20:15 +02:00
Ville Skyttä
66aa55dddf
Fix deCONZ IKEA TRÅDFRI device name spelling ( #41574 )
2020-10-10 13:04:00 +02:00
Gabe Cook
4b617db669
Add Ruckus Unleashed integration ( #40002 )
...
* Add Ruckus Unleashed integration
* Tweak catches to better rely on CoordinatorEntity error handling, rename LoginError to AuthenticationError
* Make router_update be a callback function
* Make name property return hint match the newer value
* Add entity to tracked set when restoring on boot
* Add a device's MAC to the attributes
2020-10-10 13:01:53 +02:00
Raman Gupta
025bdd74a1
Allow users to update their iCloud password when auth fails ( #39138 )
...
* Allow users to update their iCloud password when auth fails after successful setup
* remove trailing comma
* use new reauth source instead of custom one so frontend can do the right thing
* add quentames text suggestion with a slight tweak
* fix test
* use common string for successful reauth and remove creation and dismissal of persistent notification
* Update homeassistant/components/icloud/account.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-10 02:02:28 -04:00
HomeAssistant Azure
6ae12c3faf
[ci skip] Translation update
2020-10-10 00:05:05 +00:00
epenet
843c4e27f3
Update Onewire SysBus integration to use a 3rd party library ( #40943 )
2020-10-09 17:31:05 +02:00
Abílio Costa
078ecef4b2
Remove duplicated attribute request from ZHA ( #41442 )
...
The on_off attribute is on the REPORT_CONFIG, so
super().async_initialize already requests it from the device.
No need to request it twice.
2020-10-09 09:23:52 -04:00
definitio
0a1d9abe79
Use common strings in esphome config flow ( #41547 )
2020-10-09 14:28:54 +02:00
Steffen Rusitschka
a9adc2a6f0
Publish state changes to Zabbix ( #36659 )
2020-10-09 14:11:50 +02:00
Xiaonan Shen
e6a65b8bd3
Bump yeelight to 0.5.4 ( #41524 )
2020-10-09 13:30:42 +02:00
cgtobi
96035eb052
Fix missing weather sensors ( #41540 )
2020-10-09 12:34:52 +02:00
Franck Nijhof
58ede21f39
Fix date parsing template int in history stats ( #41476 )
2020-10-09 11:50:52 +02:00
Dmitry
b106149588
Fix string parameter processing in parse_time_expression ( #41468 ) ( #41469 )
2020-10-09 11:48:49 +02:00
Maciej Bieniek
9d1aa70c62
Fix description reference in PoolSense config flow ( #41535 )
2020-10-09 11:16:16 +02:00
J. Nick Koston
f268378f0f
Fix plant doing IO in the event loop. ( #41527 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-10-09 09:57:46 +02:00
Raman Gupta
d3734aae9d
Allow custom_serializer to recognize cv.string and cv.boolean to make config schema more reusable ( #41532 )
2020-10-09 09:36:54 +02:00
J. Nick Koston
852d1b2e67
Update discovery to use HassJob ( #41511 )
...
Predetermine the listener types for discovery
2020-10-09 09:35:28 +02:00
J. Nick Koston
3a863c4a0f
Fully convert async_track_time_interval to use HassJob ( #41513 )
...
The callback type for interval_listener was being determined
each time the interval hit.
This was missed in the original conversion.
2020-10-09 09:35:09 +02:00
J. Nick Koston
a8a2109cef
Convert last remaining async_add_job in light to async_add_executor_job ( #41518 )
2020-10-09 09:32:55 +02:00
J. Nick Koston
1c431aa7bd
Set created field when creating db events and states ( #41523 )
...
Avoids thousands of utcnow calls when the session
is commited on busy systems to fill in the field
default.
2020-10-09 09:31:17 +02:00
J. Nick Koston
617509413c
Update wake_on_lan to use async_add_executor_job ( #41528 )
2020-10-09 09:29:16 +02:00
J. Nick Koston
3267823165
Update http to use async_add_executor_job ( #41529 )
2020-10-09 09:29:07 +02:00
J. Nick Koston
822ad0ae9c
Update arcam_fmj device trigger to use async_run_hass_job ( #41530 )
2020-10-09 09:28:55 +02:00
J. Nick Koston
fef2700351
Update kodi device trigger to use async_run_hass_job ( #41531 )
2020-10-09 09:27:47 +02:00