Paulus Schoutsen
9ae6a3402c
Version bump to 0.67.0b0
2018-04-06 10:26:08 -04:00
Paulus Schoutsen
5908b55bba
Fix merge conflict
2018-03-29 18:01:47 -07:00
Paulus Schoutsen
e5d76c53fb
Merge remote-tracking branch 'origin/rc' into dev
2018-03-29 17:23:11 -07:00
Paulus Schoutsen
f26aff4885
Version bump to 0.66.0b3
2018-03-29 17:21:48 -07:00
Paulus Schoutsen
94d9aa0c5f
Bump version to 0.66.0.b2
2018-03-26 16:10:03 -07:00
Paulus Schoutsen
a507ed0af8
Version bump to 0.66.0.beta1
2018-03-25 18:24:16 -07:00
Paulus Schoutsen
101b39300b
Version bump to 0.66.0.beta0
2018-03-23 14:17:36 -07:00
Paulus Schoutsen
b159484a79
Version bump to 0.67.0.dev0
2018-03-23 14:16:17 -07:00
Federico Zivolo
15d345c4ef
fix: Support different JointSpace API versions ( #13084 )
2018-03-12 12:33:04 -07:00
Paulus Schoutsen
9ee123f5ce
Version bump to 0.66.0.dev0
2018-03-11 13:20:47 -07:00
Paulus Schoutsen
e6683b4c84
Bump version to 0.65.3
2018-03-11 12:51:40 -07:00
Paulus Schoutsen
266b13b3cb
Version bump to 0.65.2
2018-03-10 10:20:30 -08:00
Paulus Schoutsen
bf430ad14b
Version bump to 0.65.1
2018-03-09 19:42:52 -08:00
Paulus Schoutsen
7e15f179c6
Bump release 0.65
2018-03-08 17:52:41 -08:00
Paulus Schoutsen
6ee3c1b3e5
Hello Python 3.5 ( #12610 )
...
* Hello Python 3.5
* Fix test
* Fix tests
* Fix never awaited block till done warnings
2018-02-22 23:22:27 -08:00
Paulus Schoutsen
6b03cb913c
Version bump to 0.65.0.dev0
2018-02-22 15:35:24 -08:00
NovapaX
219ed7331c
add friendly_name_template to template sensor ( #12268 )
...
* add friendly_name_template to template sensor.
If set, overrides friendly_name setting.
* Add test
2018-02-11 12:12:30 -08:00
Paulus Schoutsen
7c36c5d9b4
Version bump to 0.64.0.dev0
2018-02-09 14:56:46 -08:00
Paulus Schoutsen
ec1c395f09
Extract requirements ( #12051 )
2018-01-30 12:30:47 +01:00
Fabian Affolter
f43234b533
Bump dev to 0.63.0.dev0 ( #11952 )
2018-01-27 12:02:55 -08:00
Fabian Affolter
1ed0c7d85d
Bump dev to 0.62.0.dev0 ( #11652 )
2018-01-15 11:42:31 +01:00
Fabian Affolter
0ec1ff642d
Bump dev to 0.61.0.dev0
2017-12-17 16:29:36 +01:00
Fabian Affolter
ca81180e6d
Bump release to 0.60.0
2017-12-15 10:06:06 +01:00
Andrey Kupreychik
4479761131
Added force_update for REST sensor ( #11016 )
...
* Added force_update for REST sensor
* Linting error
2017-12-09 08:18:45 +01:00
Fabian Affolter
fce994ea76
Bump dev to 0.60.0.dev0 ( #10912 )
2017-12-03 16:47:21 +01:00
Paolo Bonzini
0f8e48c26d
More declarative timeout syntax for manual alarm control panel. ( #10738 )
...
More declarative timeout syntax for manual alarm control panel
2017-12-03 13:52:31 +01:00
Fabian Affolter
462a438f89
Version bump to 0.59.0
2017-12-02 01:09:43 +01:00
uchagani
e62ef067cc
Add Arm Custom Bypass to alarm_control_panel ( #10697 )
2017-11-20 18:34:21 +01:00
Fabian Affolter
50775ce509
Bump dev to 0.59.0.dev0 ( #10675 )
2017-11-19 14:37:07 +01:00
Eugenio Panadero
e947e6a143
Use a template for the Universal media player state ( #10395 )
...
* Implementation of `state_template` for the Universal media_player
* add tracking to entities in state template
* use normal config_validation
* fix tests, use defaults in platform schema, remove extra keys
* and test the new option `state_template`
* lint fixes
* no need to check attributes against None
* use `async_added_to_hass` and call `async_track_state_change` from `hass.helpers`
2017-11-14 11:41:19 +01:00
Fabian Affolter
d25f676711
Move temperature display helper from components to helpers ( #10555 )
2017-11-14 10:36:18 +01:00
Fabian Affolter
0490ca67d1
Bump dev to 0.58.0.dev0 ( #10510 )
2017-11-10 09:25:31 -08:00
Fabian Affolter
de9d19d6f4
Use constants for HTTP headers ( #10313 )
...
* Use constants for HTTP headers
* Fix ordering
* Move 'no-cache' to platform
2017-11-04 12:04:05 -07:00
Fabian Affolter
81324806d5
Move constants to setup.py ( #10312 )
...
* Remove unused import
* Move setup relevant consts to 'setup.py'
* remove blank line
* Set source
2017-11-03 07:43:30 -07:00
Fabian Affolter
6d94c121a7
Move constant to 'const.py' ( #10249 )
2017-10-31 13:31:12 +01:00
Aaron Bach
646c03eea1
Add entity_picture_template options to Template Cover, Template Light, Template Sensor, and Template Switch ( #9854 )
...
* Re-adding cover
* Re-adding light
* Re-adding sensor
* Re-adding switch
* Re-added tests
* Fixing missing imports in rebased test
* Fixing broken tests
* Owner-requested changes
* Owner-requested changes
* Fixed exception
2017-10-30 09:28:37 -07:00
Fabian Affolter
690760404b
Move constant to 'const.py' and use already defined ones ( #10211 )
2017-10-29 17:28:07 +01:00
Fabian Affolter
115c59d88c
Move constant to 'const.py' and use already definied ones ( #10204 )
2017-10-29 12:32:02 +01:00
Fabian Affolter
e43fefa8f6
Support for NO-IP ( #10155 )
...
* Support for NO-IP
* Update URL
2017-10-27 10:15:47 +02:00
Richard Leurs
c2ef22bd08
Add display currency setting to CoinMarketCap sensor ( #10093 )
...
* Add support for different display currencies in CoinMarkerCap sensor.
* Add test for CoinMarketCap sensor.
* Add test dependency to gen_requirements_all.
* Fix review comments: use string formatting and less string case chanes.
2017-10-26 18:49:17 +02:00
Fabian Affolter
2ab14bbabc
Bump dev to 0.57.0.dev0 ( #10010 )
2017-10-21 13:12:57 -07:00
Fabian Affolter
834d0e489e
Move 'lights' to const.py ( #9929 )
2017-10-18 18:41:14 +02:00
Ryan Bahm
f807a3a890
Darksky enhancements ( #9851 )
...
* Correct capitalization inconsistency in DarkSky
All two-word sensors ("Precip Intensity," "Nearest Storm Bearing," etc) in Darksky uses title case for the friendly name of the sensor, with the exception of "Dew point."
* Implement UV Index in Darksky
* Fixed whitespace for Tox compliance
* Add unit for UV Index.
Per recommendation of reviewer, added 'UV Index' as a CONST in const.py, then used that const in both DarkSky and ISY994. It looks like BloomSky might also support UV Index and it should probably be standardized.
2017-10-14 14:45:32 -04:00
Fabian Affolter
25e6d694e1
Bump release to 0.56.0dev ( #9726 )
2017-10-07 16:07:49 +02:00
Fabian Affolter
19a20b3b13
Move 'show_on_map' to const ( #9727 )
2017-10-07 15:11:41 +02:00
Fabian Affolter
52561d4f7c
Move 'voltage' to const ( #9621 )
2017-09-29 12:05:02 +02:00
Paulus Schoutsen
fee922c4be
Version bump to 0.55.0.dev0
2017-09-21 21:19:04 -07:00
Paulus Schoutsen
ba310d3bd1
Version bump to 0.54.0.dev0
2017-09-09 00:52:47 -07:00
Pascal Vizeli
ed699896cb
Core track same state for a period / Allow on platforms ( #9273 )
...
* Core track state period / Allow on platforms
* Add tests
* fix lint
* fix tests
* add new tracker to automation state
* update schema
* fix bug
* revert validate string
* Fix bug
* Set arguments to async_check_funct
* add logic into numeric_state
* fix numeric_state
* Add tests
* fix retrigger state
* cleanup
* Add delay function to template binary_sensor
* Fix tests & lint
* add more tests
* fix lint
* Address comments
* fix test & lint
2017-09-05 02:01:01 +02:00
Paulus Schoutsen
044b96e3cd
Version bump to 0.53.0.dev0
2017-08-25 08:44:35 -07:00