This website requires JavaScript.
Explore
Help
Register
Sign In
Home-Assistant
/
core
Watch
1
Star
0
Fork
0
You've already forked core
mirror of
https://github.com/home-assistant/core.git
synced
2026-02-24 11:57:05 +00:00
Code
Activity
Files
dd7d8d4792f81b5c26d72bebd85babd825a4a72d
core
/
tests
/
components
/
light
History
Erik Montnemery
c4ac3155e4
Add brightness to light device turn_on action (
#32219
)
...
* Add support for setting brightness * Remove default brightness
2020-02-29 13:33:20 +01:00
..
__init__.py
…
common.py
use isort to sort imports according to PEP8 for light (
#29648
)
2019-12-08 22:46:23 +05:30
test_device_action.py
Add brightness to light device turn_on action (
#32219
)
2020-02-29 13:33:20 +01:00
test_device_condition.py
Fix typo: serivce --> service (
#31217
)
2020-01-27 19:56:26 +01:00
test_device_trigger.py
Fix typo: serivce --> service (
#31217
)
2020-01-27 19:56:26 +01:00
test_init.py
Add brightness_step to light.turn_on (
#31452
)
2020-02-04 16:13:29 -08:00
test_intent.py
use isort to sort imports according to PEP8 for light (
#29648
)
2019-12-08 22:46:23 +05:30
test_reproduce_state.py
…