Robbie Trencheny
8d2dc48261
en_UK->en_GB. Closes #2019 .
2016-05-10 13:40:17 -07:00
Paulus Schoutsen
8ae5708fa2
Merge pull request #2010 from home-assistant/hotfix-0192
...
Hotfix 0192
2016-05-08 10:19:54 -07:00
Paulus Schoutsen
1e42f85a9c
Version bump to 0.19.2
2016-05-08 09:53:22 -07:00
John Arild Berentsen
92d71a6612
Fix for not recognizing Z-Wave thermostats ( #2006 )
...
* Fix for not recognizing thermostats
* Properly ignore zxt-120
* fix
2016-05-08 09:53:09 -07:00
Paulus Schoutsen
1abbb43ebd
Merge pull request #2004 from home-assistant/hotfix-019-1
...
Hotfix 019 1
2016-05-07 22:31:00 -07:00
Paulus Schoutsen
69ecedefad
Version bump to 0.19.1
2016-05-07 22:24:20 -07:00
Paulus Schoutsen
0f6c9d2f75
Fix automation deprecation warning
2016-05-07 22:24:13 -07:00
Paulus Schoutsen
c58fb00f03
Improve config validation error message
2016-05-07 22:24:04 -07:00
Paulus Schoutsen
6b1f9a32dd
Merge pull request #1995 from home-assistant/dev
...
0.19
2016-05-07 12:55:27 -07:00
Paulus Schoutsen
7c8c5e7763
Version bump to 0.19
2016-05-07 12:51:40 -07:00
Robbie Trencheny
8cb48615af
Fitbit Sensor Take Deux ( #2002 )
...
* Fitbit Sensor
* Add configurator image
2016-05-07 12:46:45 -07:00
Robbie Trencheny
952d1c796e
Add CORS (Cross Origin Resource Sharing) support to HTTP ( #2000 )
2016-05-07 12:21:28 -07:00
Fabian Affolter
89c22e6d8a
Upgrade pytest to 2.9.1 ( #2001 )
2016-05-07 12:12:52 -07:00
Fabian Affolter
16adc30210
Upgrade pylint to 1.5.5 ( #1999 )
2016-05-07 11:49:58 -07:00
Paulus Schoutsen
2a9c822454
Update HBMQTT ( #1998 )
2016-05-07 10:59:23 -07:00
Daniel Høyer Iversen
6cae7c0307
Add google maps travel time sensor ( #1987 )
...
* Add travel time sensor
* Throttle update of Time travel sensor
* Rename travel time to google travel time, validate the api key
2016-05-07 10:17:28 -07:00
Paulus Schoutsen
6901e5ea5e
Random fixes ( #1996 )
...
* OwnTracks handle malformed data better
Fixes #1991 .
* Remove dependency for util.dt
2016-05-07 10:16:14 -07:00
Paulus Schoutsen
8a16a7d943
Update frontend
2016-05-07 10:10:09 -07:00
Daniel Høyer Iversen
21dd8162b3
Improve error message for invalid key in config ( #1975 )
...
* Improve error message for invalid key in config
* Refactor log exception in config validation
2016-05-07 07:35:42 -07:00
Paulus Schoutsen
67f3fcc5cf
Update frontend
2016-05-06 23:35:15 -07:00
Robbie Trencheny
a1480582d9
Add /api/discovery_info ( #1791 )
...
* Allow /api/ and /api/config to be accessed without auth. If config is accessed without auth, only show minimal information. Also improves comments
* Re-enable auth on /api/ since a lot of tests get broken if it does not require auth
* Move the discovery info from /api/config to /api/discovery_info
* Flake8 fixes
2016-05-06 22:11:35 -07:00
Paulus Schoutsen
713c7a5fd7
Merge branch 'master' into dev
...
Conflicts:
homeassistant/const.py
2016-05-06 21:46:50 -07:00
Nolan Gilley
fb3b3db04e
Check for 'unknown' sensor values in ecobee ( #1983 )
2016-05-06 18:50:32 -07:00
Charles Spirakis
b86a1ece01
Allow conversion from date strings to "unix" timestamp. ( #1985 )
...
"unix" timestamp is number of seconds since Jan 1, 1970 UTC.
This allows scripts that use templates to generate time
deltas in seconds if desired from state attributes such
as last_updated.
Some examples:
timestamp now is
{{ as_timestamp(now) }}
timstamp of last change is
{{ as_timestamp(states.binary_sensor.garage_door.last_changed) }}
seconds since last change is
{{ as_timestamp(now) - as_timestamp(states.binary_sensor.garage_door.last_changed) }}
2016-05-06 18:33:46 -07:00
Daniel Høyer Iversen
ca0ea6c2f3
Rfxtrx bug fix ( #1992 )
...
* Rfxtrx bug fix
* Added Sensor Status to data_types
Missing dataype for security1 sensors
* Misspelling
2016-05-06 18:24:43 -07:00
William Scanlon
1cd59cf2a9
Added battery level to wink devices ( #1979 )
2016-05-06 18:19:37 -07:00
Fabian Affolter
72cf7fd9c2
Add timeout to request for location elevation ( #1978 )
2016-05-06 18:10:13 -07:00
Ellis Percival
c72ab42c19
Enable ZigBee "push" updates for digital/analog sensors. ( #1976 )
2016-05-06 18:09:18 -07:00
Fabian Affolter
d73f8d5253
Upgrade to PyMata 2.12 ( #1993 )
2016-05-06 18:03:28 -07:00
Fabian Affolter
98bedf1bd6
Update links to docs and doc strings ( #1994 )
2016-05-06 18:03:18 -07:00
Kyle Hendricks
4a28be9a94
[Pioneer AVR] Display the currently select input source as the media title ( #1974 )
2016-05-06 17:57:57 -07:00
Hernán
393bd88091
Add Media Player Stop command + Kodi support for it ( #1960 )
...
* Started adding Stop command to Kodi media player
* minor
* minor
* minor
* abstract-method fixed
2016-05-06 17:57:00 -07:00
Fabian Affolter
e5d1ed9439
Add dweet export component ( #1818 )
2016-05-06 17:55:26 -07:00
Fabian Affolter
ddfda89fc9
Update link to docs
2016-05-05 09:49:52 +02:00
Fabian Affolter
2274806bee
UPdate link to docs
2016-05-05 00:32:11 +02:00
Fabian Affolter
7995829790
Fix typo
2016-05-05 00:28:51 +02:00
Alex Harvey
d5031d90c4
Update README.rst ( #1981 )
...
Splitting dev and general chat links in the badges
2016-05-04 22:40:31 +02:00
Robbie Trencheny
2874ad3445
Merge pull request #1973 from kylehendricks/fix-unresolved-merge-conflict
...
Fix an unresolved merge conflict
2016-05-03 19:42:27 -07:00
Kyle Hendricks
8fc07ee6cd
Fix an unresolved merge conflict
2016-05-03 22:34:26 -04:00
Per Sandström
4850a65ed0
add reconnect retry and longer timeouts for verisure ( #1944 )
2016-05-03 18:53:11 -07:00
Paulus Schoutsen
4643dcde9c
Merge branch 'pr/1969' into dev
...
Conflicts:
homeassistant/components/zwave.py
2016-05-03 18:48:48 -07:00
devdelay
39e03eebcf
Add Z-Wave lock support
2016-05-03 18:47:52 -07:00
Brent
34193de158
Update yaml parser for handling environment variables ( #1967 )
2016-05-03 18:41:14 -07:00
Alexander Fortin
298b9d1f12
Limit number of processed entries by Feedreader ( #1966 )
...
* process only last 20 available entries to avoid bombing event
bus when parsing huge feeds
* trigger first update only when HA has completed startup,
allowing components to complete subscriptions to feedreader
events
* quote url in logs for better readability
2016-05-03 18:40:30 -07:00
William Scanlon
6d9254ce25
Support for OctoPrint sensors ( #1924 )
2016-05-03 18:35:11 -07:00
John Arild Berentsen
1a59ba735f
Initial HVAC component + Z-Wave platform ( #1912 )
2016-05-03 18:27:51 -07:00
deisi
b2abe552a0
Added a switch to control beamers from acer ( #1913 )
2016-05-03 18:23:38 -07:00
Paulus Schoutsen
2a972b7fe3
Fix script condition issue (Thanks @bart274) ( #1972 )
2016-05-03 18:19:55 -07:00
Kyle Hendricks
f2176e54ba
Add Pioneer AVR media_player support ( #1968 )
2016-05-02 22:09:27 -07:00
Paulus Schoutsen
79653a672d
Script cleanup ( #1963 )
2016-05-02 22:05:09 -07:00