1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00

tradfri: Improve color temp support detection (#7211)

This commit is contained in:
Paulus Schoutsen
2017-04-21 23:32:51 -07:00
parent dafbdbd2d0
commit 80e9e9bfda
3 changed files with 22 additions and 14 deletions

View File

@@ -27,6 +27,7 @@ else
-v /etc/localtime:/etc/localtime:ro \
-v `pwd`:/usr/src/app \
-v `pwd`/config:/config \
--rm \
-t -i home-assistant-dev
fi