Paulus Schoutsen
1892ae5bfc
Merge pull request #26748 from home-assistant/rc
...
0.99.1
0.99.1
2019-09-19 15:22:01 -07:00
Paulus Schoutsen
8439329b04
Bumped version to 0.99.1
2019-09-19 14:29:43 -07:00
Daniel Shokouhi
3551c39bad
Bump pyobihai to fix issue with user account ( #26736 )
2019-09-19 14:28:34 -07:00
Paulus Schoutsen
66405d5651
Bump TRADFRI ( #26731 )
...
* Bump TRADFRI
* Fix test
2019-09-19 14:28:33 -07:00
Andrew Rowson
120c8bad50
Encode prometheus metric names per the prom spec ( #26639 )
...
Referencing issue #26418 .
Prometheus metric names can only contain chars a-zA-Z0-9, : and _
(https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels ).
HA currently generates invalid prometheus names, e.g. if the unit for a
sensor is a non-ASCII character containing ° or μ. To resolve, we need
to sanitize the name before creating, replacing non-valid characters
with a valid representation. In this case, I've used
"u{unicode-hex-code}".
Also updated the test case to make sure that the ° case is handled.
2019-09-19 14:28:30 -07:00
Paulus Schoutsen
88154074c1
Update translations
2019-09-18 17:29:34 -07:00
Paulus Schoutsen
884591a105
Merge pull request #26710 from home-assistant/rc
...
0.99.0
0.99.0
2019-09-18 15:29:01 -07:00
Paulus Schoutsen
9f08e2b718
Bumped version to 0.99.0
2019-09-18 14:47:50 -07:00
zewelor
e3f25eb730
Fix yeelight inheritance order ( #26706 )
2019-09-18 14:47:42 -07:00
Paulus Schoutsen
1af5d20601
Updated frontend to 20190918.1
2019-09-18 13:40:28 -07:00
Bram Kragten
1a9b4b82f5
Bump version to 0.99.0b4
0.99.0b4
2019-09-18 18:44:57 +02:00
Bram Kragten
e7d5e08780
Updated frontend to 20190918.0 ( #26704 )
2019-09-18 18:43:34 +02:00
Paulus Schoutsen
ef9b3321c1
Verify withings config ( #26698 )
2019-09-18 18:43:33 +02:00
Bram Kragten
46a55ed723
Updated frontend to 20190917.2 ( #26696 )
2019-09-18 18:43:33 +02:00
Pascal Vizeli
7d525ff2f3
Fix release access for bram ( #26693 )
2019-09-18 18:43:32 +02:00
Maikel Punie
5b0cbad953
Fix cert expiry config flow check and update ( #26638 )
...
* Fix typo in translations
* Work on bug #26619
* readd the homeassistant.start event
* Remove the callback
* Added the executor_job for _test_connection
* Update test_config_flow.py
2019-09-18 18:43:31 +02:00
Erik Montnemery
bc7ff8323c
Fix translation, adjust trigger names ( #26635 )
2019-09-18 18:43:31 +02:00
Erik Montnemery
4a30c1023c
Rename MockToggleDevice to MockToggleEntity ( #26644 )
...
* Rename MockToggleDevice to MockToggleEntity
* Fix tests
2019-09-18 18:41:58 +02:00
Bram Kragten
e9fe90a873
Bump version to 0.99.0b3
0.99.0b3
2019-09-17 15:47:39 +02:00
Bram Kragten
7d79d281c1
Updated frontend to 20190917.1 ( #26691 )
2019-09-17 15:43:14 +02:00
Pascal Vizeli
d8ccc7751f
Bump connect-box library to fix logging ( #26690 )
2019-09-17 15:43:14 +02:00
Pascal Vizeli
6853f99e30
Fix Nuki issues ( #26689 )
...
* Fix Nuki issues
* remove stale code
* Add comments
* Fix lint
2019-09-17 15:43:13 +02:00
Pascal Vizeli
1b57ea51be
Bump version to 0.99.0b2
0.99.0b2
2019-09-17 07:43:09 +00:00
Bram Kragten
8d44e0cc0c
Updated frontend to 20190917.0 ( #26686 )
2019-09-17 07:41:41 +00:00
Paulus Schoutsen
fe8ff200bc
Use Nabu Casa url if no https url set ( #26682 )
...
* Use Nabu Casa url if no https url set
* Update test_home_assistant_cast.py
2019-09-17 07:38:43 +00:00
Pascal Vizeli
36ab3d3421
Bumped version to 0.99.0b1
0.99.0b1
2019-09-14 11:53:52 +00:00
Paulus Schoutsen
a1a44d47b9
Update PyChromecast ( #26594 )
2019-09-14 11:52:36 +00:00
Gerard
ffee50bd7a
Fix CCM messages ( #26589 )
2019-09-14 11:52:34 +00:00
Pascal Vizeli
dfcffa14fb
Update azure-pipelines-release.yml
0.99.0b0
2019-09-12 08:30:57 +02:00
Paulus Schoutsen
2ec86a2349
Bumped version to 0.99.0b0
2019-09-11 13:36:12 -06:00
Robert Svensson
0221d136de
Remove support of UniFi device tracker configuration import ( #26587 )
2019-09-11 13:35:30 -06:00
Paulus Schoutsen
0f204b34fa
Merge remote-tracking branch 'origin/master' into dev
2019-09-11 13:32:41 -06:00
Paulus Schoutsen
df390bc9ab
Check if git is dirty before committing ( #26588 )
2019-09-11 13:30:51 -06:00
Paulus Schoutsen
3fbdc89db1
Updated frontend to 20190911.1
2019-09-11 13:21:22 -06:00
Pascal Vizeli
182bf1edef
Deprecate Python 3.6.0 ( #26575 )
...
* Deprecate Python 3.6.1
* Update msg
2019-09-11 12:42:54 -06:00
Paulus Schoutsen
adaa200935
Home Assistant Cast ( #26566 )
...
* Add backend support for Home Assistant Cast
* Update test reqs
2019-09-11 12:34:10 -06:00
jjlawren
6eeb01edc4
Remove default host for Plex config ( #26583 )
...
* Remove default host, allow config with token(+server)
* Require one of host or token
* Oops
* Adjust schema
* Fix schema
* Add self as codeowner
* Update CODEOWNERS
2019-09-11 20:21:08 +02:00
Daniel Shokouhi
2b30f47f4b
Add Obihai integration ( #26537 )
...
* Add Obihai integration
* Lint
* Lint and bump library for multiple ports fix
* Review comments
* Review comments
* Correct errors
* Review comments
* Review comments
2019-09-11 19:26:50 +02:00
Florent Thoumie
1a73e6b44e
Add switch platform to iaqualink integration ( #26545 )
...
* Add switch platform to iaqualink component
* Remove unnecessary call to constructor
2019-09-11 19:24:41 +02:00
Tsvi Mostovicz
7dfdec531c
Fix GTFS sensor wrong timezone ( #26580 )
2019-09-11 18:00:18 +02:00
Tsvi Mostovicz
f53fcacf49
Make uk_transport sensor timezone/DST aware ( #26577 )
...
* Make uk_transport sensor timezone/DST aware
* Fix offset-naive and offset-aware datetime comparison
2019-09-11 16:37:09 +02:00
Bram Kragten
faeb95581a
Updated frontend to 20190911.0 ( #26578 )
2019-09-11 15:28:06 +02:00
David F. Mulcahey
c31efe50ca
bump dependencies ( #26576 )
2019-09-11 09:18:31 -04:00
Pascal Vizeli
f3fa073045
Bump UPC connect / fix auth issue ( #26570 )
...
* Bump UPC connect / fix auth issue
* Fix lint
* Fix platform schema
* Fix config value
* Address comment / add session cleanup
* Fix device handling
2019-09-11 13:17:07 +02:00
Pascal Vizeli
e6ecabd6e1
Cleanup stale script stuff ( #26573 )
2019-09-11 11:33:35 +02:00
Pascal Vizeli
702a524b55
Improve startup of devcontainer ( #26572 )
2019-09-11 11:20:21 +02:00
Pascal Vizeli
02466ed8ab
Ignore test output
2019-09-11 08:28:57 +02:00
HomeAssistant Azure
53a3f2e83d
[ci skip] Translation update
2019-09-11 00:33:50 +00:00
Robert Svensson
c680c07c65
deCONZ device automations ( #26366 )
...
* Early draft
* Getting there
* Working fully with Hue dimmer remote
* Fix Balloobs comments
* No side effects in constructor
* Improve hue dimmer
* Add Ikea remote control
* Add xiaomi button support
* Refactor getting deconz event
* Added xiaomi devices and tradfri wireless dimmer
* Resolve unique id from device id
* Add Hue Tap and Tradfri on off switch
* More triggers for ikea on off switch and Aqara double wall switch
* Add support for Tradfri open close remote
* Fix changes after rebase
* Initial test
* Change id to event_id
* Fix translations and add subtypes
* Try if tests pass without the new tests
* Revert disabling tests
Add new exception InvalidDeviceAutomationConfig
* Ignore places calling remotes
* Enable all gateway tests
* Found the issue, now to identify which test creates it
* Remove block till done
* See if device automation test passes in azure
* Register event to device registry
* Enable test sensors
* Skip deconz event tests currently failing
* Added reason why skipping tests
2019-09-10 16:56:28 -07:00
Pascal Vizeli
bee566f893
Nuki less strict ( #26542 )
2019-09-10 23:23:27 +02:00