Paulus Schoutsen
27850ef5df
Frontend: hide frontend specific attributes from default more info content
2015-07-11 12:28:11 -07:00
Paulus Schoutsen
c4a4aceeeb
Frontend: Minor UI tweaks for Camera
2015-07-11 11:55:25 -07:00
Paulus Schoutsen
ef370034b6
New frontend build
2015-07-11 01:56:58 -07:00
Paulus Schoutsen
eb4bb6925f
Stub http component in tests
2015-07-11 00:02:52 -07:00
Paulus Schoutsen
dea0fcc845
Improve virtual env detection
2015-07-11 00:02:42 -07:00
Paulus Schoutsen
2cbfc60679
Add camera to demo
2015-07-10 23:24:05 -07:00
Paulus Schoutsen
aec25c88b4
Clean up camera component
2015-07-10 23:17:12 -07:00
Paulus Schoutsen
703266312e
Exclude efergy sensor for coverage
2015-07-10 22:34:02 -07:00
Paulus Schoutsen
c90c32eee8
Simplify README
2015-07-10 22:33:51 -07:00
Paulus Schoutsen
c3402dca4e
Upgrade travis.yml to run on new infra
2015-07-10 22:00:13 -07:00
Paulus Schoutsen
590b6ba6e7
Merge pull request #203 from balloob/auto-dependency
...
Automatic dependency management
2015-07-10 21:53:10 -07:00
Paulus Schoutsen
d2417768ce
Merge pull request #170 from jamespcole/simple-camera-dev
...
Very simple IP Camera support
2015-07-10 21:52:31 -07:00
Paulus Schoutsen
b6fd282143
Merge remote-tracking branch 'origin/dev' into auto-dependency
...
Conflicts:
homeassistant/components/media_player/cast.py
2015-07-10 21:48:01 -07:00
Paulus Schoutsen
afeb2cfc09
Update package requirement for Chromecast
2015-07-10 21:35:48 -07:00
Paulus Schoutsen
b6c710585b
Merge pull request #214 from rmkraus/dev
...
Created init.d script
2015-07-10 21:35:08 -07:00
Paulus Schoutsen
9af3ff6d9d
Update README
2015-07-10 21:32:02 -07:00
Ryan Kraus
b3479a4ab6
Created init.d script
...
Created a Debian init.d compatible service script.
2015-07-11 00:28:37 -04:00
Paulus Schoutsen
2b23eec0f7
Fix pip 1.5.4 compatibility
2015-07-10 21:24:28 -07:00
Paulus Schoutsen
8363757f1c
Merge pull request #212 from rmkraus/dev
...
IGNORE_CEC Parameter for Cast device
2015-07-10 21:16:36 -07:00
Paulus Schoutsen
a600d67dfc
Merge pull request #211 from miniconfig/efergy-dev
...
Added a new sensor to read data from the efergy energy monitor
2015-07-10 20:57:36 -07:00
jamespcole
bf2b06880e
Fixed some linting errors
2015-07-10 20:10:23 +10:00
jamespcole
9a63f34129
Rebuilt with updated bower components
2015-07-10 19:57:30 +10:00
jamespcole
0ca836d7ed
Another frontend rebuild
2015-07-10 19:42:22 +10:00
jamespcole
a85b47805f
rebuilt frontend with camera component changes
2015-07-10 18:44:00 +10:00
jamespcole
3440c54ab7
Merged in upstream changes
2015-07-10 18:14:03 +10:00
jamespcole
4b2d10a741
Added constants for camera streaming
2015-07-10 18:04:17 +10:00
jamespcole
c231a349c7
Updates from pull request feedback
2015-07-10 18:03:46 +10:00
Ryan Kraus
f3ff8ca9ca
Bumped PyChromecast version in requirements
...
Bumped PyChromecast version to a hypothetical 0.6.9 since the newest is
already 0.6.8.
2015-07-10 00:54:29 -04:00
Ryan Kraus
1bfde8a1e5
Rolling home-assistant-js back to newest
...
Accidentally rolled home-assistant-js back. Brought it back to the
current version.
2015-07-10 00:34:52 -04:00
Ryan Kraus
67135a7150
Implimented Ignore CEC for Chromecasts
...
1) Added the ability to ignore CEC data from Chromecasts using pending
updates to PyChromecast library.
2) Modified cast device to not allow the same device to be imported
twice. This can happen when cast is setup as a media_player in the
config when the discovery component is active.
2015-07-10 00:29:07 -04:00
miniconfig
18bcf3ea00
Added a new sensor to read data from the efergy energy monitor
2015-07-09 12:05:19 -04:00
Paulus Schoutsen
336d0a3972
Merge pull request #209 from michaelarnauts/hue_colorloop
...
Implement the colorloop effect for hue lights
2015-07-08 19:37:08 -07:00
Paulus Schoutsen
045e0c70cb
Merge pull request #210 from balloob/tellstick-robustness
...
Added functionallity so that the tellstick switch can send its signals repeatedly
2015-07-08 19:35:16 -07:00
Gustav Ahlberg
370355b94b
Added functionallity so that the tellstick switch can send it's signals repeatedly
...
Because the tellstick sends its actions via radio and from most receivers it's impossible to know if the signal was received or not.
2015-07-08 21:39:50 +02:00
Michaël Arnauts
7530109ce8
Implement the colorloop effect for hue lights
2015-07-08 20:26:37 +02:00
Paulus Schoutsen
33e983a5c3
Update ISY994 dependency
2015-07-08 00:01:10 -07:00
Paulus Schoutsen
d7e46b5427
Merge pull request #205 from michaelarnauts/dev
...
Use xy_color instead of color in the configuration example
2015-07-07 23:49:44 -07:00
Paulus Schoutsen
b86e9a4fc1
Merge pull request #207 from rmkraus/isy_dev
...
Updating the PyISY dependency
2015-07-07 23:49:21 -07:00
Ryan Kraus
237778a8bc
Update to PyISY 1.0.5
...
Updated Home Assistant to use PyISY version 1.0.5 to fix error when no
climate module is present as well as update HTTPS connections to use
TLS.
2015-07-07 23:04:16 -04:00
Ryan Kraus
d8d92e3ff7
merge isy_dev with balloob/dev
2015-07-07 22:49:07 -04:00
Michaël Arnauts
8b7a406fe7
Use xy_color instead of color in the configuration example
2015-07-07 22:33:40 +02:00
Paulus Schoutsen
940b2998ea
Add REQUIREMENTS list to components
2015-07-07 00:01:46 -07:00
Paulus Schoutsen
aeae7c2c02
Reorganize util methods
2015-07-07 00:01:17 -07:00
Paulus Schoutsen
b346f6e8ad
Allow installing component dependencies on the fly
2015-07-07 00:00:21 -07:00
Paulus Schoutsen
90739c9df9
Auto install core dependencies on boot
2015-07-06 23:59:21 -07:00
Paulus Schoutsen
4be9519e76
Update gitignore for pyvenv artifacts
2015-07-06 23:33:35 -07:00
Paulus Schoutsen
5550c89a86
Another frontend color picker fix
2015-07-06 10:07:12 -07:00
Paulus Schoutsen
820fd55249
Frontend bugfix: hide color picker when light is off
2015-07-06 08:11:23 -07:00
Paulus Schoutsen
4d81953562
Frontend: clean up code
2015-07-06 00:30:36 -07:00
Paulus Schoutsen
56c5d28ede
Frontend: disable selecting text in cards/sidebar/header
...
Fixes #200
2015-07-06 00:29:15 -07:00