J. Nick Koston
152a80abed
Complete deprecation of hidden attribute (ATTR_HIDDEN) ( #37041 )
2020-06-23 17:05:32 -05:00
Franck Nijhof
c289f9f099
Toon translation updates + tweaks ( #37043 )
2020-06-24 00:04:16 +02:00
Chris Talkington
ed89d4869d
Fix typo in roku services description ( #37042 )
2020-06-24 00:00:24 +02:00
Franck Nijhof
5b4187a9eb
Merge branch 'master' into dev
2020-06-23 23:22:38 +02:00
J. Nick Koston
5b79c1f9ef
Remove support for deprecated hidden attribute from logbook and history ( #37039 )
2020-06-23 13:40:39 -07:00
Bouwe Westerdijk
b61b0321d6
Bump Plugwise_Smile to v1.1.0 ( #37038 )
2020-06-23 22:02:50 +02:00
Erik Montnemery
bb17cbdd83
Drop MQTT broker tls_version parameter ( #37033 )
2020-06-23 12:12:37 -07:00
J. Nick Koston
91e0395c1c
Optimize database indexes for existing queries ( #37036 )
...
Cleanup indexes as >50% of the db size was indexes,
many of them unused in any current query
Logbook search was having to filter event_types without
an index:
Created ix_events_event_type_time_fired
Dropped ix_events_event_type
States had a redundant keys on composite index:
Dropped ix_states_entity_id
Its unused since we have ix_states_entity_id_last_updated
De-duplicate storage of context in states as
its always stored in events and can be found
by joining the state on the event_id.
Dropped ix_states_context_id
Dropped ix_states_context_parent_id
Dropped ix_states_context_user_id
After schema v9:
STATES............................................ 10186 40.9%
EVENTS............................................ 5502 22.1%
IX_STATES_ENTITY_ID_LAST_UPDATED.................. 2177 8.7%
IX_EVENTS_EVENT_TYPE_TIME_FIRED................... 1910 7.7%
IX_EVENTS_CONTEXT_ID.............................. 1592 6.4%
IX_EVENTS_TIME_FIRED.............................. 1383 5.6%
IX_STATES_LAST_UPDATED............................ 1079 4.3%
IX_STATES_EVENT_ID................................ 375 1.5%
IX_EVENTS_CONTEXT_PARENT_ID....................... 347 1.4%
IX_EVENTS_CONTEXT_USER_ID......................... 346 1.4%
IX_RECORDER_RUNS_START_END........................ 1 0.004%
RECORDER_RUNS..................................... 1 0.004%
SCHEMA_CHANGES.................................... 1 0.004%
SQLITE_MASTER..................................... 1 0.004%
2020-06-23 10:57:52 -07:00
Paulus Schoutsen
a71e0a4b29
Updated frontend to 20200623.2 ( #37035 )
2020-06-23 10:37:32 -07:00
Erik Montnemery
4e77969f5e
Drop use of mock_mqtt_component ( #37013 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-23 10:17:22 -07:00
Shulyaka
cf6480cda0
Add humidifier device actions ( #36854 )
2020-06-23 10:04:51 -07:00
Erik Montnemery
1b3e5460a9
Remove embedded MQTT broker ( #37032 )
2020-06-23 09:51:50 -07:00
terminet85
a004e6aa68
Add new Solaredge sensors ( #34525 )
...
* Changes to be committed:
modified: homeassistant/components/solaredge/const.py
modified: homeassistant/components/solaredge/sensor.py
Solaredge as recently changed its policy about local api access, so solaredge-local doesn't work with last firmware update for almost users.
Please check https://github.com/home-assistant/core.git
Anyway the solardge remote api is still working, but doesn't got some usefull sensor information as Power SelfConsumption, Power Exported, Power Imported.
With my update, I'll fetching API energy details where we got these new sensors.
* Grammar/syntax fix
* Indentation fix
* Black formatting fix
* isort fix
* To force re-check
* Fix too-many-nested-blocks
* Fix indentation
* Fix Black formatting :D
* Fix Redefining built-in var
* Removed comment to force check
2020-06-23 09:06:31 -07:00
Chris Talkington
6610bbe7bb
Add service to trigger roku search ( #37014 )
2020-06-23 09:03:43 -07:00
Thomas Hollstegge
2c7876fa66
Fix alexa flash briefings after removal of api_password auth ( #36789 )
2020-06-23 08:58:25 -07:00
Joakim Sørensen
835f433cf7
Remove loading of legacy translations ( #37021 )
2020-06-23 10:58:11 +02:00
Paulus Schoutsen
9d16edc1dc
Bump cloud to 0.34.7 ( #37018 )
2020-06-22 23:42:10 -07:00
Paulus Schoutsen
e6d814da1d
Avoid Home connect test doing I/O ( #37017 )
2020-06-22 23:41:44 -07:00
Ville Skyttä
7c5e852303
Improve detected Huawei LTE device name ( #36772 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-22 21:49:05 -07:00
Martin Hjelmare
149a3165e6
Fix coronavirus worldwide sum ( #36737 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-06-22 21:22:52 -07:00
Oscar Calvo
82058f0b50
Part 2: Add signal sensor ( #34406 )
2020-06-22 20:41:55 -07:00
celestinjr
63baf6fb0f
Extend itach repeat functionality ( #36535 )
2020-06-22 20:30:47 -07:00
J. Nick Koston
ad6315be5c
Ensure recorder runs are cleaned up during purge ( #36989 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-06-22 20:10:05 -07:00
Xiaonan Shen
b4489e132c
Add DataUpdateCoordinator to pihole ( #36684 )
...
Co-authored-by: Ian <vividboarder@gmail.com>
2020-06-22 18:47:37 -07:00
Robert Van Gorkom
2538cda9d4
Fix withings body hydration unit of measure to match documented unit of measure. ( #36723 )
2020-06-22 18:45:05 -07:00
Allison
49a153a2e5
Add "seconds" as a valid unit_of_measurement ( #36811 )
2020-06-22 18:40:56 -07:00
Phil Bruckner
d68148417f
Retry failed Amcrest commands that change settings ( #36917 )
2020-06-22 18:36:41 -07:00
Franck Nijhof
8b21b415c4
Fix/Rewrite of Toon integration ( #36952 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-06-22 18:22:41 -07:00
Shulyaka
c28493098a
Add new humidifier entity integration ( #28693 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-22 17:59:16 -07:00
Erik Montnemery
747490ab34
Support reconfiguring MQTT config entry ( #36537 )
2020-06-22 17:49:01 -07:00
Alex van den Hoogen
ee816ed3dd
Optimize recorder MySQL tables when repacking ( #36762 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-22 17:28:03 -07:00
Chris
16f1ef5a44
Add attribute templates to template vacuum ( #36518 )
2020-06-22 17:21:20 -07:00
zpetr
a2e705880d
Tahoma zwave light support ( #36584 )
2020-06-22 17:18:14 -07:00
HomeAssistant Azure
e39997ca10
[ci skip] Translation update
2020-06-23 00:09:06 +00:00
tomtzeng
620271c782
Add new language to Google Cloud TTS ( #36705 )
2020-06-22 17:07:09 -07:00
Steven Looman
d974cd4606
Prevent upnp to use None values ( #36803 )
2020-06-22 16:39:57 -07:00
Jonas Thuresson
247df5874b
Xiaomii miio vaccum clean segment service ( #36801 )
2020-06-22 16:37:05 -07:00
zvldz
e1060f154e
Make generic camera stream_source a template ( #36123 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-22 16:11:18 -07:00
Oscar Calvo
3f9e3d0905
Part 1: Support for config flow on SMS integration ( #35995 )
...
* Add support for config flow;Remove IO on main loop
* Remove not needed const
* Remove not needed method
* Small refactor
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/gateway.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/gammuasync.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Refactor gammu
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix pylint
* Apply PR feedback
* Update gammu version with async support
* Apply PR feedback
* Apply PR feedback
* Update homeassistant/components/sms/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Apply PR feedback
* Apply PR feedback
* Apply PR feedback
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/sms/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Apply PR feedback
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-22 16:07:58 -07:00
Paulus Schoutsen
becc011135
Handle ArmDisarm execute without arm level ( #36942 )
2020-06-22 16:06:30 -07:00
Franck Nijhof
6660cf701d
Remove lockitron integration ( #37012 )
2020-06-22 16:34:26 -06:00
Erik Montnemery
280f49540e
Drop use of async_mock_mqtt_component ( #37011 )
2020-06-22 23:59:50 +02:00
Erik Montnemery
a2e2c35011
Use pytest for more MQTT tests ( #36859 )
...
* Use pytest for more MQTT tests
* Address review comments
* Break out PAHO client mock in separate fixture.
* tweak.
2020-06-22 22:02:29 +02:00
Robert Svensson
3a83f4bdbe
Support guest events in UniFi device tracker ( #37008 )
2020-06-22 21:50:34 +02:00
Robert Svensson
02d94f2fd0
Bump Axis library to support fence guard events ( #37007 )
2020-06-22 21:50:05 +02:00
J. Nick Koston
53a91ece4e
Improve isoformat timestamp performance ( #36991 )
...
* adj
* time_fired_isoformat
* remove unused code
* tests for processing timestamps
* restore missing import lost in merge conflict
* test for None case
2020-06-22 12:06:02 -05:00
Robert Van Gorkom
5446641f09
User defined profile name for Withings ( #36864 )
2020-06-22 17:55:41 +02:00
J. Nick Koston
e19c97af7c
Fix history api with no constraints ( #36979 )
2020-06-22 10:32:46 -05:00
Franck Nijhof
7e696f19d3
Upgrade numpy to 1.19.0 ( #36996 )
2020-06-22 10:28:06 -05:00
Mark Coombes
6906a19c01
Bump python-ecobee-api to 0.2.7 ( #37002 )
2020-06-22 16:52:02 +02:00