1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-09 15:55:29 +01:00
Files
core/homeassistant/components/sensor
nordlead2005 837994196e Added forecast support to DarkSky (#5264)
* Added forecast support to DarkSky

	modified:   homeassistant/components/sensor/darksky.py
	modified:   tests/components/sensor/test_darksky.py

* Fix async_volume_up / async_volume_down (#5249)

async_volume_up / async_volume_down should be async versions of
volume_up / volume_down, not a async version of the default variants of
volume_up / volume_down.

The previous code always called into the mediaplayers set_volume_level,
and never into volume_up / volume_down.

Signed-off-by: Anton Lundin <glance@acc.umu.se>

* adding a default icon "blind" to a PowerView blinds scene. (#5210)

* adding a default icon "blind" to a PowerView blinds scene.

* Adding icon property to define blind icon. Removed it from the state attributes dict.

* fixing lint error

* Added forecast support to DarkSky

	modified:   homeassistant/components/sensor/darksky.py
	modified:   tests/components/sensor/test_darksky.py

* Use SHA hash to make token harder to guess (#5258)

* Use SHA hash to make token harder to guess

Use hashlib SHA256 to encode object id instead of using it directly.

* Cache access token

Instead of generating a token on the fly cache it in the constructor.

* Fix lint

* Bugfix async device_tracker see callback (#5259)

* Add support for NAD receivers (#5191)

* Add support for NAD receivers

* remove self.update() in various methods

* remove setting attributes in various methods

* Change import to hass style

* Updated Config Validation, extended daily forecast to all supported types

* Fix style errors from previous commit, fix test since adding daily for all supported types

* Removed temperature from daily as it isn't supported

* Added forecast support to DarkSky

	modified:   homeassistant/components/sensor/darksky.py
	modified:   tests/components/sensor/test_darksky.py

* Updated Config Validation, extended daily forecast to all supported types

* Fix style errors from previous commit, fix test since adding daily for all supported types

* Removed temperature from daily as it isn't supported

* Revert "Bugfix camera streams (#5306)"

This reverts commit 4b43537801.

Revert "Version bump for kodi dependency (#5307)"

This reverts commit 6abad6b76e.

Revert "Add HMWIOSwitch to sensor, binary (#5304)"

This reverts commit 2c3f55acc4.

Revert "Remove GTFS default name & string change"

This reverts commit 6000c59bb5.

Revert "Update pyhomematic 1.19 & small cleanups (#5299)"

This reverts commit a30711f1a0.

Revert "[sensor] Add Dublin bus RTPI sensor (#5257)"

This reverts commit 1219ca3c3b.

Revert "Bugfix group reload (#5292)"

This reverts commit baa8e53e66.

Revert "Support for TrackR device trackers (#5010)"

This reverts commit f7a1d63d52.

Revert "Bump pywemo version."

This reverts commit dc937cc8cf.

Revert "Upgrade to voluptuous to 0.9.3 (#5288)"

This reverts commit d12decc471.

Revert "Upgrade distro to 1.0.2 (#5291)"

This reverts commit 64800fd48c.

Revert "Don't build Adafruit_BBIO - doesn't work on all platforms. (#5281)"

This reverts commit 9a3c0c8cd3.

Revert "Convert flic to synchronous platform. (#5276)"

This reverts commit eb9b95c292.

Revert "Upgrade to aiohttp 1.2 (#4964)"

This reverts commit e68e29e03e.

Revert "Fix TCP sensor to correctly use value_template (#5211)"

This reverts commit 1cf9ae5a01.

Revert "Cleanup language support on TTS (#5255)"

This reverts commit 3f3a3bcc8a.

Revert "Add last triggered to script (#5261)"

This reverts commit 467cb18625.

Revert "Bump flux_led version and make use of PyPi package (#5267)"

This reverts commit 34a9fb01ac.

Revert "Add support for NAD receivers (#5191)"

This reverts commit 3b59e169f1.

Revert "Bugfix async device_tracker see callback (#5259)"

This reverts commit 71fddd26eb.

Revert "Use SHA hash to make token harder to guess (#5258)"

This reverts commit 922308bc1f.

* Revert "Revert "Bugfix camera streams (#5306)""

This reverts commit 2ee8c44021.

* Update darksky.py
2017-01-26 22:32:45 -08:00
..
2016-08-30 21:34:33 +02:00
2016-10-11 00:56:57 -07:00
2016-12-15 22:12:33 -08:00
2016-10-30 22:18:53 +01:00
2016-10-30 22:18:53 +01:00
2017-01-15 12:12:50 +01:00
2017-01-03 23:45:11 +01:00
2016-11-03 09:31:50 +01:00
2016-10-30 22:18:53 +01:00
2016-04-19 20:30:44 -07:00
2016-10-30 22:18:53 +01:00
2016-11-02 21:20:21 -07:00
2016-10-30 22:18:53 +01:00
2016-08-19 00:11:56 -07:00
2016-10-30 22:18:53 +01:00
2016-12-05 08:15:36 -08:00
2016-11-25 13:04:06 -08:00
2016-10-30 22:18:53 +01:00
2016-09-06 08:53:21 -06:00
2016-11-21 17:31:14 +01:00
2016-10-30 22:18:53 +01:00
2016-11-08 00:07:24 +01:00
2017-01-15 09:37:17 -08:00
2016-09-17 10:29:58 -07:00
2016-10-30 09:58:34 +01:00
2017-01-15 21:10:02 +01:00
2016-10-30 22:18:53 +01:00
2016-10-30 22:18:53 +01:00
2016-11-21 19:36:44 -08:00
2016-12-05 11:19:20 +01:00
2016-10-30 22:18:53 +01:00
2016-10-30 22:18:53 +01:00
2016-10-30 22:18:53 +01:00
2016-11-24 10:15:00 +01:00
2016-10-30 21:51:03 -07:00
2016-10-30 22:18:53 +01:00
2016-10-30 09:58:34 +01:00
2016-10-30 22:18:53 +01:00
2016-10-30 22:18:53 +01:00
2016-11-03 18:32:14 -07:00
2016-11-03 18:32:14 -07:00
2016-12-15 22:13:38 -08:00
2016-10-30 22:18:53 +01:00
2016-12-11 21:39:37 -08:00
2016-11-22 21:48:22 -08:00
2016-10-30 09:58:34 +01:00
2016-11-25 13:04:06 -08:00
2016-11-03 18:32:14 -07:00
2016-10-30 22:18:53 +01:00
2016-10-30 22:18:53 +01:00
2016-10-30 09:58:34 +01:00
2017-01-24 21:11:18 -08:00
2016-10-30 22:18:53 +01:00
2017-01-19 23:58:15 -08:00
2016-10-30 22:18:53 +01:00
2017-01-17 00:41:37 -08:00
2017-01-19 23:33:31 +01:00