Bas Nijholt
45f2085457
Fix pre-commit issues
2022-10-27 21:57:49 -07:00
danaues
24c2800d67
fix missing configured light entries in options
2022-10-28 02:27:37 +00:00
awashingmachine
ab32139b07
Merge branch 'basnijholt:master' into master
2022-09-01 12:11:03 +02:00
awashingmachine
0efb467a29
Update it.json
2022-09-01 12:10:27 +02:00
Bas Nijholt
07a0dec203
Bump to 1.1.0
2022-08-31 23:19:40 -07:00
Bas Nijholt
9ed588816c
Fix translations
2022-08-31 23:18:09 -07:00
Bas Nijholt
c78d1bec75
Fix setting RGB light in sleep
2022-08-31 23:18:09 -07:00
Bas Nijholt
4a6c966a53
Change order
2022-08-31 23:18:09 -07:00
Bas Nijholt
8965e6becf
Ugly first implementation
2022-08-31 23:18:09 -07:00
Bas Nijholt
f500a3758e
Update to translations and cleanup
2022-08-31 23:18:09 -07:00
Bas Nijholt
37304f3d35
test
2022-08-31 23:18:09 -07:00
Bas Nijholt
29a4b8a33c
Add selection between RGB and color temp
2022-08-31 23:18:09 -07:00
Bas Nijholt
d3dce3166e
Add strings and options
2022-08-31 23:18:09 -07:00
Bas Nijholt
7d10259bc8
Use RGB selector
2022-08-31 23:18:09 -07:00
Bas Nijholt
6fd16e34f4
Run pre-commit
2022-08-30 11:35:25 -07:00
awashingmachine
898be636fd
Merge branch 'master' of https://github.com/basnijholt/adaptive-lighting
2022-08-30 20:17:26 +02:00
awashingmachine
6dc90ea81d
Adds italian translation
2022-08-30 20:17:05 +02:00
Bas Nijholt
c0bc8d23da
Bump to 1.0.20
2022-08-30 10:49:24 -07:00
Bas Nijholt
26797b677d
Make sure that 'settings' dict is populated when switch is off
...
Closes #249 and #190
2022-08-30 10:48:34 -07:00
Bas Nijholt
1642ae8da3
Bump to 1.0.19
2022-08-30 10:34:36 -07:00
Bas Nijholt
dee6eed67f
Take care of the turn_on_event not having registered an event for entity_id
2022-08-30 10:29:32 -07:00
Bas Nijholt
f049c8d5db
Merge pull request #324 from basnijholt/service_data_empty
...
Take care of edge case where no area_id or entity_id in service_data
2022-08-30 09:50:26 -07:00
Bas Nijholt
52220b0328
Bump version to 1.0.18
2022-08-30 09:46:13 -07:00
Bas Nijholt
9e22e70d63
Take care of edge case where no area_id or entity_id in service_data
2022-08-30 09:45:05 -07:00
Gleb
c208139aa1
Adds Russian translation
2022-08-30 13:04:21 +03:00
Bas Nijholt
1fd6787505
Bump version to 1.0.17
2022-08-29 19:40:14 -07:00
Bas Nijholt
acd506aeeb
Only add the lights for an area
2022-08-29 19:07:34 -07:00
Bas Nijholt
b64c44fc8d
Use area_entities to extract entity_ids from area
2022-08-29 18:51:24 -07:00
Bas Nijholt
b9f28dd0ab
Fix linting issues
2022-08-29 09:30:20 -07:00
Bas Nijholt
dd141d2335
Merge pull request #239 from MangoScango/delay
...
Avoid flickering on light turn on with a configurable delay
2022-08-29 09:29:51 -07:00
Bas Nijholt
6b3686696b
Fix pre-commit issues
2022-08-29 09:25:38 -07:00
Bas Nijholt
34f485881d
Merge branch 'master' into context-cleanup
2022-08-29 09:19:21 -07:00
Bas Nijholt
5aee7ae1d5
Fix hassfest error
2022-08-29 08:31:05 -07:00
Bas Nijholt
60179cbe38
Fix test_separate_turn_on_commands
2022-08-28 22:02:52 -07:00
Bas Nijholt
3b03482593
Never return an empty list, fixes #81
2022-08-28 16:17:41 -07:00
Bas Nijholt
01fd7f96e2
Run all pre-commit filters
2022-08-28 15:08:03 -07:00
Bas Nijholt
57d51183fe
Update version number
2022-08-28 11:30:20 -07:00
Bas Nijholt
34a855d75f
Remove support for "white_value", closes #313
2022-08-28 11:19:40 -07:00
Hudson Brendon
b2790d4a19
Rename pt-br.json to pt-BR.json
2022-08-06 04:41:23 -03:00
Hudson Brendon
f4e6ab4c58
Create pt-br.json
2022-08-06 03:48:08 -03:00
LukaszP2
995a74b779
Create pl.json
...
Polish translotion
2022-07-03 12:01:03 +02:00
Joscha Wagner
86be7c63eb
Update manifest.json
2022-05-19 05:55:46 +02:00
Bas Nijholt
b6419bd09e
remove unused imports
2022-04-17 19:51:44 -07:00
Bas Nijholt
44a7e41e80
use pyupgrade
2022-04-17 19:50:55 -07:00
Bas Nijholt
13ff09dc2f
run black
2022-04-17 19:50:11 -07:00
Lynilia
c96a351864
Add French translation
2022-03-11 02:36:13 +01:00
MangoScango
d56852a197
Update Strings
2021-12-24 12:46:02 -05:00
MangoScango
c509bd81c0
add adapt_delay config
...
Option to set a delay between when a lightstate off -> on event is detected, and lights are adapted. Trying to adapt lights that are still going through their initial turning on fade in transition can cause flickering, so setting this to a number higher than the transition time avoids the problem.
2021-12-24 11:44:34 -05:00
bedaes
b4138c7827
Fix tuple expression in type annotation
2021-12-12 00:01:21 +01:00
covid10
21f088e825
device_state_attributes warnings 2021.12.0b ( #230 )
...
* device_state_attributes warnings 2021.12.0b
Fix for device_state_attributes warnings which began in release 2021.12.0b
* device_state_attributes warnings 2021.12.0b
Fix for device_state_attributes warnings which began in release 2021.12.0b
2021-12-11 13:23:31 +01:00