Robert Van Gorkom
7e6d64a24c
Fix high CPU usage in vera integration. ( #40249 )
2020-09-19 20:11:39 +00:00
On Freund
e582caccc9
Fix Kodi discovery title ( #40247 )
2020-09-19 20:11:39 +00:00
Felipe Martins Diel
1eb8035122
Handle an unsupported device in the Broadlink config flow ( #40242 )
2020-09-19 20:11:38 +00:00
jan iversen
57b7ed6a07
Correct modbus switch to return correct coil ( #40190 )
2020-09-19 20:11:37 +00:00
Erik Montnemery
d35f06ac15
Get option flow defaults from yaml for non configured MQTT options ( #40177 )
2020-09-19 20:11:36 +00:00
Erik Montnemery
a50f121011
Get option flow defaults from yaml for non configured MQTT options ( #40177 )
2020-09-19 22:10:01 +02:00
Alexei Chetroi
a9168c04fd
Update ZHA dependencies ( #40283 )
2020-09-19 12:39:02 -04:00
Chris Talkington
6b317ced17
Update roku media browser classes ( #40285 )
...
* update roku media browser classes
this should allow proper icons to be shown vs plain directory
* Update test_media_player.py
* Update browse_media.py
* Update browse_media.py
* Update browse_media.py
* Update browse_media.py
* Update browse_media.py
* Update browse_media.py
* Update test_media_player.py
2020-09-19 18:02:15 +02:00
SukramJ
e300cf3747
Add binary_sensor for cloud connectivity to HomematicIP Cloud ( #39675 )
...
* Add binary_sensor for cloud connectivity to HomematicIP Cloud
* Fix Test
* Remove device_class
* Switch from _device to _home
* Switch from _device to _home for sensor
2020-09-19 10:59:46 -05:00
springstan
b088830382
Add and use currency cent constant ( #40261 )
2020-09-19 10:34:54 -05:00
springstan
7de1fe7416
Use percentage constant in more integrations ( #40165 )
2020-09-19 10:30:22 -05:00
Ian Duffy
711ca6aff5
Add kodi browse media for channels ( #40277 )
...
* Add kodi browse media for channels
* Rename "TV Channels" to "Channels"
2020-09-19 17:14:20 +02:00
Chris Talkington
0c8b530aa2
Add device info to canary camera and sensors ( #40053 )
...
* add device info to canary sensors
* Update test_sensor.py
* Update sensor.py
* Update sensor.py
* Update test_sensor.py
* Create const.py
* Update sensor.py
* Update test_sensor.py
* Update sensor.py
* Update test_sensor.py
* Update camera.py
* Update camera.py
* Update sensor.py
* Update camera.py
* Update camera.py
2020-09-19 10:09:40 -05:00
Rob Bierbooms
467a001e1f
Fix error creating duplicate ConfigEntry upon import for rfxtrx ( #40296 )
2020-09-19 13:08:14 +02:00
jan iversen
9bd28306f6
Correct modbus switch to return correct coil ( #40190 )
2020-09-19 12:14:51 +02:00
Tom
5832184304
Add port to plugwise ( #40017 )
2020-09-19 12:08:16 +02:00
Franck Nijhof
b175adae53
Add missing integration quality scale to tags integration ( #40291 )
2020-09-19 11:49:53 +02:00
Franck Nijhof
399661a7f4
Add missing integration quality scale to image integration ( #40289 )
2020-09-19 11:48:56 +02:00
springstan
e330468a13
Use pressure constants in code base ( #40262 )
2020-09-19 09:26:08 +02:00
Chris Talkington
f563068ce6
Add config flow to canary ( #40055 )
...
* Create config_flow.py
* Update config_flow.py
* work on config flow
* Update test_config_flow.py
* Update __init__.py
* Update camera.py
* Update test_config_flow.py
* Update test_config_flow.py
* Update config_flow.py
* Update conftest.py
* Update test_config_flow.py
* Update test_init.py
* Update test_init.py
* Apply suggestions from code review
* Update camera.py
* Update test_init.py
* Update camera.py
* Update __init__.py
* Update test_init.py
* Update test_init.py
* Update __init__.py
* Update __init__.py
* Apply suggestions from code review
* Update __init__.py
* Update test_init.py
* Update __init__.py
* Update __init__.py
* Update config_flow.py
* Update test_config_flow.py
* Update config_flow.py
* Update config_flow.py
2020-09-18 23:22:19 -05:00
Greg Badros
94dfb66824
Make tplink SmartStrip communication more robust ( #40281 )
2020-09-19 04:48:19 +02:00
twdkeule
052e8f0983
Add Influxdb precision option ( #38454 )
2020-09-19 04:42:03 +02:00
HomeAssistant Azure
62c4e072f5
[ci skip] Translation update
2020-09-19 00:07:12 +00:00
Daniel Shokouhi
cf89b8764b
Bump hangups to 0.4.11 ( #40258 )
2020-09-18 20:43:36 +02:00
Maikel Punie
1ba098508c
Update velbus to 2.0.45 ( #40256 )
2020-09-18 20:19:54 +02:00
timkoers
46b86f4a2f
Add UniFi Uptime sensor ( #40058 )
...
* Added UniFi Uptime sensor
Added the UniFi uptime data as a sensor. Untested.
* Update sensor.py
Updated code as a result of the tests.
* Changed timestamp format and device class
Converted state to iso timestamp and changed device class to DEVICE_CLASS_TIMESTAMP.
* Updated unit of measurement to None
* Added import
* Update homeassistant/components/unifi/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Removed whitespace
* Added the uptime sensors option to the config flow
* All the unit tests should be there now
* Whoops
* Fixed translation
* Properly formatted the code
* Flake8 really has angel eyes
* Black should also be satisfied now
* Should have satisfied all static code analysis tools
* Fixed add uptime sensor function
* Fixed overintendation
* Fixed unit tests
* Made a spelling mistake during editing of unit tests
* Test verifies if utc time is correct
* Converted to iso format
* Converted unit test to iso format
* Unit test sensor json had the wrong uptime name
* Added options_updated handler
* Fixed remove sensors unit test
* Update homeassistant/components/unifi/sensor.py
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
* Update homeassistant/components/unifi/sensor.py
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
* Update test_device_tracker.py
Removed uptime from the devices
* Fixed black formatting issue
* I think the code coverage should be good now
* Trying to add the sensors again
* Using signals to hopefully trigger the controller to add them again
* Forgot import
* Sorted components
* fixed isort comments
* Removed CLASS and DEVICE_CLASS
* Added TYPE again
* Removed double underscores
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2020-09-18 19:33:37 +02:00
Bram Kragten
b25bb78916
Updated frontend to 20200918.0 ( #40253 )
2020-09-18 19:12:10 +02:00
Robert Van Gorkom
2858c8dcc7
Fix high CPU usage in vera integration. ( #40249 )
2020-09-18 17:39:12 +02:00
On Freund
7f072a5ca8
Fix Kodi discovery title ( #40247 )
2020-09-18 17:30:46 +02:00
Paulus Schoutsen
bf741c1b26
Merge pull request #40243 from home-assistant/rc
2020-09-18 16:51:17 +02:00
Paulus Schoutsen
2df709c7d0
Bumped version to 0.115.1
2020-09-18 14:05:11 +00:00
On Freund
e9b355bd8a
Fix coolmaster.info ( #40240 )
2020-09-18 14:04:57 +00:00
On Freund
ef279b125d
Handle systems without groups ( #40238 )
2020-09-18 14:04:57 +00:00
On Freund
152b380a2f
Fix kodi.call_method ( #40236 )
2020-09-18 14:04:56 +00:00
Felipe Martins Diel
8a39bea761
Fix RM mini 3 update manager ( #40215 )
2020-09-18 14:04:55 +00:00
Chris Caron
d37fe1fbb6
Disable async on Apprise ( #40213 )
2020-09-18 14:04:54 +00:00
MeIchthys
33b56b0cf9
Fix Nextcloud sensors becoming unavailable ( #40212 )
2020-09-18 14:04:53 +00:00
Raman Gupta
0383030266
Fix Vizio async_unload_entry bug ( #40210 )
2020-09-18 14:04:52 +00:00
Julius Mittenzwei
b8fe0c6c3a
Upgrade pyvlx to 0.2.17 ( #40182 )
2020-09-18 14:04:52 +00:00
J. Nick Koston
7cb0c98c03
Log template listeners when debug logging is on ( #40180 )
2020-09-18 14:04:51 +00:00
MeIchthys
3612df91e1
Fix Nextcloud sensors becoming unavailable ( #40212 )
2020-09-18 15:34:17 +02:00
Chris Caron
0a0d44a0b5
Disable async on Apprise ( #40213 )
2020-09-18 15:32:38 +02:00
Felipe Martins Diel
2f7b6bfa2d
Fix RM mini 3 update manager ( #40215 )
2020-09-18 15:31:25 +02:00
Markus Bong
27f11a1022
Use default values in advanced options in devolo home control ( #40216 )
2020-09-18 15:30:42 +02:00
Philip Allgaier
ddbcfe83dd
Catch TypeError in strptime() template helper ( #40226 )
2020-09-18 15:29:40 +02:00
Felipe Martins Diel
976d8f7abe
Handle an unsupported device in the Broadlink config flow ( #40242 )
2020-09-18 15:29:26 +02:00
On Freund
ff3fd63eea
Handle systems without groups ( #40238 )
2020-09-18 15:28:39 +02:00
On Freund
4cd876f159
Fix coolmaster.info ( #40240 )
2020-09-18 15:28:02 +02:00
On Freund
3f514da285
Fix kodi.call_method ( #40236 )
2020-09-18 15:24:14 +02:00
Tomasz
2d9019d4b2
Fix shelly sensor names ( #39854 )
2020-09-18 14:32:33 +02:00