core/homeassistant/components/light
DaveSergeant 2d02baf3d0 Default dimmable brightness to 255 from 100 (#4621)
* Default dimmable brightness to 255 from 100

Full brightness for ISY dimmers is 255. The current 100 value turns dimmer switches on to just under half brightness.  Probably just an oversight from the Sept implementation.

* Brightness change for turn_on, ramp for turn_off.

Per discussion with Teagan42 and jbcodemonkey, the brightness should rightfully be None and not an explicit value.  There is a continuing issue that the ISY modules don't respect HA's brightness customization values.  A new issue will be opened for this.
Additionally, turn_off was using ISY's fastoff() which didn't respect the ramping time.  The default behavior should just be off().
2016-11-29 09:50:12 -07:00
..
__init__.py Light effects (#4538) 2016-11-27 17:15:28 -08:00
blinksticklight.py Update ordering, constants, and callback name (light.*) (#3339) 2016-09-12 15:52:22 +02:00
demo.py Light effects (#4538) 2016-11-27 17:15:28 -08:00
enocean.py Update ordering, constants, and callback name (light.*) (#3339) 2016-09-12 15:52:22 +02:00
flux_led.py Upgrade flux led lib 2016-11-18 13:20:51 +01:00
homematic.py Update ordering, constants, and callback name (light.*) (#3339) 2016-09-12 15:52:22 +02:00
hue.py create light.hue_activate_scene service (#4425) 2016-11-17 22:14:06 -08:00
hyperion.py Migrate to voluptuous (#3281) 2016-09-11 09:24:25 +02:00
insteon_hub.py Disable insteon hub (#4221) 2016-11-04 23:38:27 -07:00
isy994.py Default dimmable brightness to 255 from 100 (#4621) 2016-11-29 09:50:12 -07:00
lifx.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
light_profiles.csv Lights now support profiles 2014-03-26 00:20:02 -07:00
limitlessled.py Make services yield (#4187) 2016-11-03 18:32:14 -07:00
litejet.py Async cleanup part 3 (#4302) 2016-11-07 22:31:40 -08:00
mqtt.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
mqtt_json.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
mqtt_template.py Light effects (#4538) 2016-11-27 17:15:28 -08:00
mysensors.py Fix mysensors overwriting gateway in GATEWAYS (#4013) 2016-11-06 10:49:43 -08:00
osramlightify.py Change Osram to use Github lightify dep (#4256) 2016-11-22 22:10:45 -08:00
qwikswitch.py Update Qwikswitch: fix typing, add validation, shutdown (#2603) 2016-07-23 17:03:29 -07:00
rfxtrx.py Update ordering, constants, and callback name (light.*) (#3339) 2016-09-12 15:52:22 +02:00
scsgate.py Use voluptuous for SCSGate (#3265) 2016-09-13 07:23:53 +02:00
services.yaml create light.hue_activate_scene service (#4425) 2016-11-17 22:14:06 -08:00
tellstick.py Refactor tellstick code (#4460) 2016-11-22 21:48:22 -08:00
vera.py Update ordering, constants, and callback name (light.*) (#3339) 2016-09-12 15:52:22 +02:00
wemo.py Update ordering, constants, and callback name (light.*) (#3339) 2016-09-12 15:52:22 +02:00
wink.py Wink Thermostat support and NoneType error fixes (#4175) 2016-11-06 07:27:15 -08:00
x10.py Fixed issue #3760, handle X10 unit numbers greater than 9. (#3763) 2016-10-08 12:57:40 -07:00
yeelight.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
zigbee.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
zwave.py Fixes #4500 (#4502) 2016-11-21 19:35:36 -08:00