Commit Graph

27887 Commits (ebcee2eb358802c1520500327f7bc978ac31b572)

Author SHA1 Message Date
Alexei Chetroi 36ed3b1177
Add pi_heating/cooling_demand state attributes () 2020-06-14 00:25:25 -04:00
J. Nick Koston 9cc20fc6b8
Fix history graphs with mysql/mariadb () 2020-06-13 21:22:16 -07:00
HomeAssistant Azure dd239661e7 [ci skip] Translation update 2020-06-14 00:03:01 +00:00
Martin 0bbb56dd05
Add sensor platform for vicare integration (heatpump) ()
* Add sensor platform for vicare (heatpump)

* Formatting and fixes

* Formatting and fixes 2

* Fixes and formatting 3

* Fixes and formatting 4

* Add binary_sensor and more sensors

This moves some more climate attributes to sensors and adds
binary_sensors

* Move ActiveError back to climate component

The data returned by ActiveError is more complex.
It takes further investigation on how to interpret it a s a binary sensor.
Therefore it is moved back as an attribute of the climate component

* Update PyViCare library

* PR changes

* PR changes 2

Co-authored-by: Hans Oischinger <hans.oischinger@gmail.com>
2020-06-13 21:53:42 +02:00
Bram Kragten 0bfcb99c04
Updated frontend to 20200613.0 () 2020-06-13 20:17:58 +02:00
Robert Van Gorkom bdd255176c
Poll all status data in Vera ()
* Vera now polls for all status data, no only incremental.
Vera polling is not handled using hass event loops with proper backoffs.

* Using long polling.

* Addressing PR feedback.

* Addressing PR feedback.
Adding controller stop on config unload.
2020-06-13 16:36:50 +02:00
Franck Nijhof e5f08ee657
Merge pull request from home-assistant/rc 2020-06-13 15:01:30 +02:00
Bram Kragten 12c649ba27 Bumped version to 0.111.2 2020-06-13 12:49:19 +02:00
Bram Kragten 5eb7f5fcf3 Update frontend to 20200603.3 () 2020-06-13 12:48:19 +02:00
J. Nick Koston 48b6f41048 Fix history timezone with postgres and other dbs () 2020-06-13 12:48:18 +02:00
Robert Svensson 16d045aa9f Make Axis non-privileged users work again () 2020-06-13 12:48:18 +02:00
Franck Nijhof 66ad69bff3 Fix logbook filtering for described events () 2020-06-13 12:46:57 +02:00
Fredrik Erlandsson 599288dae2 Fix Daikin discovery () 2020-06-13 12:37:44 +02:00
Alexei Chetroi 2594f11b34 Fix ZHA Metering channel formatting method ()
Since zigpy change to support bitmap classes, formatting string was incorrectly generated for the newly joined devices with SmartEnergy metering clusters.
2020-06-13 12:37:44 +02:00
jjlawren ad7edb4abe Fix missing options in Plex config entry () 2020-06-13 12:37:43 +02:00
Paulus Schoutsen 9e73853d65 Guard OwnTracks writing state before hass available () 2020-06-13 12:37:42 +02:00
zewelor 504cb26329 Fix nightlight support detection () 2020-06-13 12:37:41 +02:00
Bram Kragten 20428e670b
Update frontend to 20200603.3 () 2020-06-13 12:36:16 +02:00
Robert Svensson 78af0a4705
Make Axis non-privileged users work again () 2020-06-13 12:35:52 +02:00
J. Nick Koston 65e9e4a2f3
Fix history timezone with postgres and other dbs () 2020-06-13 12:32:01 +02:00
Erik Montnemery 922b332766
Update config_entry_flow test test_user_has_confirmation ()
* Update test_user_has_confirmation

* Rewrite test according to review comment
2020-06-13 06:43:13 +02:00
Paulus Schoutsen 1ffa8fcbba
Platforms cleanup when adding entity fails () 2020-06-12 17:54:46 -07:00
Franck Nijhof 785786ecd1
Upgrade pytest-cov to 2.10.0 () 2020-06-13 02:37:59 +02:00
Shane Qi b78ad7c2b8
Implement device_info for LutronCasetaDevice () 2020-06-13 02:27:48 +02:00
HomeAssistant Azure 4412ce3b86 [ci skip] Translation update 2020-06-13 00:03:58 +00:00
Franck Nijhof 238430136e
Migrate script to use describe_event for logbook () 2020-06-12 16:44:29 -07:00
mvn23 15113ae854
Add opentherm_gw.set_hot_water_setpoint service () 2020-06-12 23:15:04 +02:00
mreiling 7ce6ae9421
Bump pynx584 to 0.5 () 2020-06-12 15:54:19 -04:00
mdegat01 f9bc0c9dab
Add influx 2.0 and InfluxCloud support to InfluxDB integration () 2020-06-12 21:29:46 +02:00
Franck Nijhof bf95658e24
Fix logbook filtering for described events () 2020-06-12 20:45:17 +02:00
Paulus Schoutsen 3c57475c8f
Guard OwnTracks writing state before hass available () 2020-06-12 09:27:51 -07:00
Paulus Schoutsen e8b16f0dfd
Enforce unique ID for Hassio discovery () 2020-06-12 17:38:38 +02:00
Fredrik Erlandsson c1cf3679aa
Fix Daikin discovery () 2020-06-12 17:25:18 +02:00
zewelor 871afd2bf2
Remove Yeelight model to device type mapping () 2020-06-12 14:51:48 +02:00
Alexei Chetroi 5595ef0783
Drop ZHA sensor for Analog/Multistate input clusters () 2020-06-12 06:08:11 -04:00
Alexei Chetroi 5a3e0c6b25
Cleanup zha.storage from stale devices () 2020-06-12 06:07:34 -04:00
Paulus Schoutsen a8e9ccbf1a
Improve cloud error handling () 2020-06-11 22:56:00 -07:00
MarBra 44708ed8bb
Add timers to xiaomi_miio vacuum ()
* Add timers to xiaomi_miio vacuum

* Add timezone

* Add cron and next_schedule

* Use next_schedule from backend library

* Use as_utc from utils
2020-06-12 06:39:19 +02:00
Alexei Chetroi 8e44d797a3
Fix ZHA Metering channel formatting method ()
Since zigpy change to support bitmap classes, formatting string was incorrectly generated for the newly joined devices with SmartEnergy metering clusters.
2020-06-11 22:37:07 -04:00
HomeAssistant Azure 419a92db43 [ci skip] Translation update 2020-06-12 00:07:41 +00:00
zewelor 986853d497
Fix nightlight support detection () 2020-06-11 15:46:00 -07:00
jjlawren d4d233536f
Fix missing options in Plex config entry () 2020-06-11 15:45:00 -07:00
Alexei Chetroi 21acdbbbfd
Refactor ZHA Entity availability tracking ()
* Refactor ZHA entity availability

ZHA entity availability tracks on underlying ZHA device availability.

* Update device status without signal.

* Update tests.

* Fix tests.

* Tests for restored devices availability.

* Guard against empty last_seen entry

Refactor device loading a bit.
2020-06-11 17:21:08 -04:00
Paulus Schoutsen 394966e979
Merge pull request from home-assistant/rc 2020-06-11 12:01:47 -07:00
Franck Nijhof aac7cf129d Fix packages when config schema is fully deprecated ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-06-11 11:00:06 -07:00
Franck Nijhof 0146f35687
Fix packages when config schema is fully deprecated ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-06-11 10:59:52 -07:00
Paulus Schoutsen e2c9af42e8 Bumped version to 0.111.1 2020-06-11 10:15:52 -07:00
J. Nick Koston c9c8e8160f Remove powerwall attributes no longer present in latest firmware () 2020-06-11 10:15:35 -07:00
J. Nick Koston c5972690ac Update pymyq for latest api requirements () 2020-06-11 10:15:34 -07:00
starkillerOG c2a261370e Xiaomi Miio gateway: add ip to zeroconf discovery title ()
* add ip to discovery title of xiaomi miio gateway

* add flow title to identify multiple gateways by IP

* clearify gateway token

* black formatting

* grammer improvements

Co-authored-by: Franck Nijhof <git@frenck.dev>

* grammer improvements

Co-authored-by: Franck Nijhof <git@frenck.dev>

Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-06-11 10:15:33 -07:00