Franck Nijhof
2f0eb07624
Migrate legacy typehints in core to PEP-526 ( #26403 )
...
* Migrate legacy typehints in core to PEP-526
* Fix one type
2019-09-03 20:36:04 -07:00
Paulus Schoutsen
ad6ede9ef7
Merge remote-tracking branch 'origin/master' into dev
2019-08-29 16:06:24 -07:00
Paulus Schoutsen
5676f6fb86
Bumped version to 0.98.1
2019-08-29 13:06:34 -07:00
Paulus Schoutsen
1c473487b1
Bumped version to 0.98.0
2019-08-28 13:38:56 -07:00
Paulus Schoutsen
9ad1a1ca15
Bumped version to 0.98.0b2
2019-08-25 22:37:34 -07:00
Paulus Schoutsen
c7477f00f5
Bumped version to 0.98.0b1
2019-08-22 15:09:26 -07:00
Paulus Schoutsen
23cf8414b8
Bumped version to 0.98.0b0
2019-08-21 16:20:08 -07:00
Paulus Schoutsen
78a0e21557
Version bump to 0.98.0.dev0
2019-07-31 16:22:05 -07:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Paulus Schoutsen
39b8102ce6
Bump Python support to min Python 3.6.0 ( #25582 )
...
* Bump Python support to min Python 3.6.0
* Fix type
2019-07-30 16:44:39 -07:00
Paulus Schoutsen
c6af8811fb
Version bump to 0.97.0dev0
2019-07-10 20:50:31 -07:00
Paulus Schoutsen
b2231945dc
Merge branch 'master' into dev
2019-06-26 10:42:25 -07:00
Paulus Schoutsen
5f37852695
Bumped version to 0.95.0
2019-06-26 09:17:45 -07:00
Paulus Schoutsen
87712b9fa5
Bumped version to 0.95.0b4
2019-06-24 22:23:41 -07:00
Paulus Schoutsen
d699a550c8
Bumped version to 0.95.0b3
2019-06-24 15:01:17 -07:00
Paulus Schoutsen
75ec855822
Bumped version to 0.95.0b2
2019-06-24 08:33:21 -07:00
Paulus Schoutsen
1761a71338
Bumped version to 0.95.0b1
2019-06-21 09:27:58 -07:00
Paulus Schoutsen
8623294fcd
Bumped version to 0.95.0b0
2019-06-19 16:37:53 -07:00
David Bonnes
c1d441b0ac
Add incomfort sensor and binary_sensor ( #23812 )
...
* Initial commit - add sensors to incomfort
* improve temp heuristics
* remove self._hass
* device_state_attributes shoudln't be None
* bump client
* refactor to reduce duplication of attributes
* refactor binary_sensor to simplify
* refactor binary_sensor to simplify 2
* delint
* fix rebase regression
* small refactor
* delint
* remove DEVICE_CLASS for CV pressure
* tidy up exception handling
* delint
* fix exception handling
* use differnt icon for boiler temp
2019-06-19 09:03:18 -07:00
kbickar
7564d1fb52
Added toggle service to covers ( #23198 )
...
* Added toggle service to cover
* Added toggle tilt service and tilt closed property
* Added is_tilt_closed so tilt can be toggled
* Added toggle services
* Added toggle tilt service
* Removed spaces
* Added tests for tilt services
* Updated tests
* Added range conversion in comparison
* Added tests to cover broken areas
* Fixed open/close tilt values and added toggle function
* Added default toggle behavior using tilt_position of 0, reverted other changes
* blank space
* Added constants and swapped assert comparisons
* Fixed attribute name
* Added mqtt responses in test
* Added constants
* Space
* Fix tilt_optimistic flag being ignored if status topic set
* Added more tests
* Changed async toggle call
* Updated group tilt test
* Updated format of asserts
* Updated states calls
* Updated function variables
* merge fixes
* Added blank line
* Changed calls to async
* More async updates
2019-06-17 14:09:31 -07:00
Erik Montnemery
935240f8c3
Add websock command to query device for triggers ( #24044 )
...
* Add websock command to query device for triggers
* Lint
* Refactor
* Add support for domain automations
* Make device automation an automation platform
* lint
* Support device_id in light trigger
* Review comments
* Add tests
* Add tests
* lint
2019-06-10 15:36:11 -07:00
Paulus Schoutsen
3ac8c6d1fe
Bump version to 0.95.0.dev0
2019-06-07 23:47:13 -07:00
Erik Montnemery
afe9fc221e
Fire event when core config is updated ( #23922 )
...
* Fire event when core config is updated
2019-05-20 20:02:36 +02:00
Paulus Schoutsen
b552fbe312
Version bump to 0.94.0.dev0
2019-05-08 20:23:31 -07:00
Paulus Schoutsen
723d00d33a
Bumped version to 0.93.0.dev0
2019-04-17 10:49:25 -07:00
Markus Jankowski
eadc1e037a
add device class signal strength ( #22738 )
2019-04-04 21:37:59 -04:00
Rohan Kapoor
afac09932f
Remove all config deprecations invalidated in 0.91 ( #22704 )
...
* Remove all config deprecations invalidated in 0.91
* Fix lint
2019-04-03 23:31:55 -07:00
Markus Jankowski
8e39939b7e
Add device_class_power to sensor ( #22691 )
...
* Add device_class_power to sensor
* Fix comment
2019-04-03 21:52:23 -07:00
Paulus Schoutsen
5d8d905822
Version bump to 0.92.0dev0
2019-03-27 22:10:35 -07:00
MatthewFlamm
ed93c3b2c1
Fix pressure in dark sky and openweathermap and add pressure utility ( #21210 )
2019-03-24 18:37:31 +01:00
Paulus Schoutsen
ade86b9b8d
Version bump to 0.91.0dev0
2019-03-15 23:25:48 -07:00
Diogo Gomes
a99d83390e
Centrally define Energy Units (kWh and Wh) ( #21719 )
...
* centralize energy units kWh and Wh
* lint
2019-03-12 18:46:41 -07:00
Paulus Schoutsen
8213016eaf
Allow targeting areas in service calls ( #21472 )
...
* Allow targeting areas in service calls
* Lint + Type
* Address comments
2019-03-04 09:51:12 -08:00
Diogo Gomes
ed2b9e5483
Centrally define Watt ( #21570 )
...
* centralize Watt definition
* lint
2019-03-02 11:29:59 +01:00
Rohan Kapoor
481439d387
Deprecate conf_update_interval ( #20924 )
...
* Deprecate update_interval and replace with scan_interval
* Update tests
* Fix Darksky tests
* Fix Darksky tests correctly
This reverts commit a73384a223ba8a93c682042d9351cd5a7a399183.
* Provide the default for the non deprecated option
* Don't override default schema for sensors
2019-02-17 06:23:09 +01:00
Paulus Schoutsen
801401e9cb
Bumped version to 0.89.0.dev0
2019-02-13 20:47:04 -08:00
Paulus Schoutsen
16159cc3d0
Update platform loading path ( #20807 )
...
* Warn when platform loaded from an entity component folder
* Fix tests
2019-02-07 13:33:12 -08:00
Paulus Schoutsen
7151c4bcd7
Bumped version to 0.88.0.dev0
2019-01-30 17:38:17 -08:00
Rohan Kapoor
cc74035c3b
Move CONF_UPDATE_INTERVAL to homeassistant.const ( #20526 )
2019-01-28 20:26:31 -08:00
Paulus Schoutsen
86f5f0226c
Bumped version to 0.87.0.dev0
2019-01-26 14:15:36 -08:00
Paulus Schoutsen
dcfe7b2280
Bumped version to 0.86.3
2019-01-26 14:11:44 -08:00
Paulus Schoutsen
259915eee9
Bumped version to 0.86.2
2019-01-24 19:34:10 -08:00
Paulus Schoutsen
761385dea1
Bumped version to 0.86.1
2019-01-23 21:14:52 -08:00
Paulus Schoutsen
cdcc535ae1
Version bump to 0.86.0
2019-01-23 10:48:55 -08:00
Paulus Schoutsen
6d0ac30687
Bumped version to 0.86.0b3
2019-01-21 21:23:00 -08:00
Paulus Schoutsen
9667c8057f
Bumped version to 0.86.0b2
2019-01-21 09:45:42 -08:00
Paulus Schoutsen
143eb4e8f4
Bumped version to 0.86.0b1
2019-01-20 17:02:44 -08:00
Paulus Schoutsen
722d285904
Bumped version to 0.86.0b0
2019-01-16 16:27:15 -08:00
Paulus Schoutsen
8755389c49
Bumped version to 0.86.0.dev0
2019-01-11 15:10:01 -08:00
Paulus Schoutsen
11647f9fab
Merge remote-tracking branch 'origin/master' into dev
2019-01-11 15:09:48 -08:00