Fabian Affolter
d0fc91d84a
update header
2015-08-11 19:12:32 +02:00
Fabian Affolter
19b62c1088
update header and docstrings
2015-08-11 19:12:32 +02:00
Fabian Affolter
bb848e7fcd
update header
2015-08-11 19:12:32 +02:00
Fabian Affolter
06a40ad30c
update header
2015-08-11 19:12:32 +02:00
Fabian Affolter
2289d3e826
upadte header
2015-08-11 19:12:32 +02:00
Fabian Affolter
c900836410
update header and docstring
2015-08-11 19:12:32 +02:00
Fabian Affolter
bd373a4d25
update header
2015-08-11 19:12:32 +02:00
Michael Auchter
55c778ca0a
add missing docstring
2015-08-10 00:30:47 +00:00
Michael Auchter
f49e5514d6
limitlessled: add color support
...
Add support for setting the color of a LimitlessLED light.
Currently this implementation is limited to the subset of 16 colors
exposed by the ledcontroller package that is used to interact with the
light itself. Technically the lights themselves support 255 colors.
2015-08-10 00:21:38 +00:00
Paulus Schoutsen
ae06267072
Merge pull request #253 from auchter/led-brightness
...
limitlessled: scale brightness to meet ledcontroller expectations
2015-08-09 12:40:57 -07:00
Michael Auchter
4bbe716710
limitlessled: scale brightness to meet ledcontroller expectations
...
LedController's set_brightness() method expects either an int between 0 and
100, or a float between 0.0 and 1.0, but the brightness here is an int between
0-255. Scale the brightness appropriately.
2015-08-09 14:05:20 -05:00
Paulus Schoutsen
60ade75031
Add missing dependencies
2015-08-08 21:22:34 -07:00
Paulus Schoutsen
b2cfce7243
Merge branch 'dev' into cleanup
...
Conflicts:
.coveragerc
2015-08-05 06:51:39 -07:00
Paulus Schoutsen
14023a15e6
Minor code cleanup
2015-08-04 18:13:55 +02:00
Paulus Schoutsen
4096a67251
Built-in component cleanup
2015-08-03 17:42:28 +02:00
Paulus Schoutsen
40b2acb472
Port wink from external to requirements.txt
2015-07-20 00:41:57 -07:00
Paulus Schoutsen
3efb1e4ac9
Port netdisco from external to requirements.txt
2015-07-20 00:07:01 -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
Michaël Arnauts
7530109ce8
Implement the colorloop effect for hue lights
2015-07-08 20:26:37 +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
d3320963c3
Refactor basic light structure
2015-06-13 16:42:09 -07:00
Paulus Schoutsen
4f5ad3c7b6
Merge pull request #136 from balloob/master
...
Add LimitlessLED to dev branch
2015-05-20 14:28:35 -07:00
Alfie "Azelphur" Day
7087c20c4f
And fix the part where I'm being stupid
2015-05-19 02:33:37 +01:00
Alfie "Azelphur" Day
cb54fb5a64
More pylint fixes
2015-05-19 02:31:30 +01:00
Alfie "Azelphur" Day
e2b08a1758
Fix some code styling violations
2015-05-19 02:09:34 +01:00
Alfie "Azelphur" Day
9c7f1d94c0
Add configuration.yaml example in the header
2015-05-19 01:55:37 +01:00
Alfie "Azelphur" Day
a86852fe90
Add basic support for LimitlessLED
2015-05-19 00:27:09 +01:00
jamespcole
1c47ade641
Updated with new switch category for UI7 firmware update and fixed excpetion when trippable sensor has never been tripped
2015-05-18 18:54:25 +10:00
Fabian Affolter
ec0dd39220
update header
2015-05-10 23:45:47 +02:00
Ryan Kraus
6b2dd69bcb
Updated isy994 component to hide any device with the HIDDEN STRING in its ancestry.
2015-04-17 09:27:14 -04:00
Ryan Kraus
83aea10f06
Added hidden_string and sensor_string properties to the isy994 configuration to allow nodes to be hidden and to be handled as sensors. Implimented the sensor_string. Any node name that contains the sensor_string in its name will be treated as a sensor instead of a switch or light. The hidden_string will be implimented later.
2015-04-13 12:56:37 -04:00
Ryan Kraus
f6d75f2db2
Cleaned up ISY994 light and sensor code to use the same abstract class.
2015-04-12 16:45:23 -04:00
Ryan Kraus
57f27cc97a
Addded light controls to isy994 component.
2015-04-04 06:13:27 -04:00
Paulus Schoutsen
bbfd97e2b8
Migrate components to use EntityComponent
2015-03-21 19:37:18 -07:00
Paulus Schoutsen
a9324ba9d4
Update components to use Entity instead of Device
2015-03-21 19:16:13 -07:00
Paulus Schoutsen
7a7f486cb2
Rename config.get_config_path to config.path
2015-03-19 12:27:56 -07:00
Paulus Schoutsen
9b643d57f0
ps: Add a global config object to Home Assistant
2015-03-18 23:02:58 -07:00
Paulus Schoutsen
71803658f5
Updates to demo component and platforms
2015-03-16 22:20:35 -07:00
Paulus Schoutsen
cdeceb140d
Fixes for new release PyLint
2015-03-14 12:38:30 -07:00
jamespcole
56622596e7
Changed exception logging, and updated excluded device logic
2015-03-09 09:11:59 +11:00
jamespcole
7ee37648d8
Updated exception type for errors when connecting to vera
2015-03-09 08:45:20 +11:00
jamespcole
95852db18d
Changed the configuration to use hashes instead of searching array
2015-03-09 08:34:06 +11:00
jamespcole
38fbc3595a
Added spcific exception type for failure to communicate with Vera controller
2015-03-09 07:46:26 +11:00
jamespcole
6dc18ba603
removed the VeraLight class and just switched it to using VeraSwitch instead
2015-03-09 07:24:34 +11:00
jamespcole
7772d5af62
moved setting name to constructor
2015-03-09 07:15:41 +11:00
jamespcole
a2f438c6ef
now using ATTR_BATTERY_LEVEL
2015-03-09 07:11:35 +11:00
jamespcole
1b29d61562
Made exception handling more specific
2015-03-09 07:03:56 +11:00
jamespcole
7a21e8a3fb
Fixed flake8 comment warning
2015-03-09 02:08:46 +11:00
jamespcole
50ff26ea20
Fixed flake8 errors
2015-03-09 01:58:11 +11:00