Commit graph

482 commits

Author SHA1 Message Date
Bas Nijholt
61fff3e95b
Merge pull request #325 from basnijholt/no_turn_on_event 1.0.19
Take care of the turn_on_event not having registered an event for entity_id
2022-08-30 10:39:12 -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 1.0.18
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
Bas Nijholt
dfee0fa6bd
Merge pull request #323 from glebsterx/patch-1
Adds Russian translation
2022-08-30 08:03:55 -07:00
Gleb
c208139aa1
Adds Russian translation 2022-08-30 13:04:21 +03:00
Bas Nijholt
1fd6787505 Bump version to 1.0.17 1.0.17 2022-08-29 19:40:14 -07:00
Bas Nijholt
bc0f84f88f
Merge pull request #321 from basnijholt/area_id
Add support for areas and add a test that reproduce issue of #75 #283
2022-08-29 19:38:49 -07:00
Bas Nijholt
48b7bc4398 Fix test_area 2022-08-29 19:36:15 -07:00
Bas Nijholt
7bcd70cbec Add TODO to the test 2022-08-29 19:25:04 -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
17061f360f Add test_area test, reproduce issue of #75 2022-08-29 18:28:54 -07:00
Bas Nijholt
7cabb0d100 Add adapt_delay to README docs 2022-08-29 09:35:39 -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
26e412c583
Merge pull request #320 from basnijholt/add-pre-commit
Add pre-commit CI
2022-08-29 09:25:47 -07:00
Bas Nijholt
6b3686696b Fix pre-commit issues 2022-08-29 09:25:38 -07:00
Bas Nijholt
166044074a Add pre-commit CI 2022-08-29 09:25:26 -07:00
Bas Nijholt
707f955b0c
Merge pull request #30 from blueshiftlabs/context-cleanup
Clean up context ID generation.
2022-08-29 09:23:56 -07:00
Bas Nijholt
34f485881d
Merge branch 'master' into context-cleanup 2022-08-29 09:19:21 -07:00
Bas Nijholt
54eba57baf Rename steps in CI 2022-08-29 08:38:37 -07:00
Bas Nijholt
5aee7ae1d5 Fix hassfest error 2022-08-29 08:31:05 -07:00
Bas Nijholt
412ca6cf52 Add components.http dependencies 2022-08-28 22:28:36 -07:00
Bas Nijholt
93766b4a82
Merge pull request #317 from basnijholt/tests
Add tests
2022-08-28 22:25:32 -07:00
Bas Nijholt
2661765990 Remove test_expand_light_groups 2022-08-28 22:25:13 -07:00
Bas Nijholt
f198071584 Use variable 2022-08-28 22:24:36 -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
bc825f035c Remove fixture that is not neede 2022-08-28 16:12:12 -07:00
Bas Nijholt
26bce85318 Setup demo platform 2022-08-28 16:11:23 -07:00
Bas Nijholt
01fd7f96e2 Run all pre-commit filters 2022-08-28 15:08:03 -07:00
Bas Nijholt
5c760b5f4a call platform.init() 2022-08-28 15:07:07 -07:00
Bas Nijholt
b6309e89d3 Fix assert and block till done 2022-08-28 14:44:24 -07:00
Bas Nijholt
4baa564f42 Fix setting up lights 2022-08-28 14:39:53 -07:00
Bas Nijholt
167530d77c Fix test_successful_config_entry and test_unload_entry 2022-08-28 14:30:24 -07:00
Bas Nijholt
0016818beb Fix TZ test 2022-08-28 14:13:33 -07:00
Bas Nijholt
e8446fb232 Use symlinks 2022-08-28 14:01:10 -07:00
Bas Nijholt
7808d1036c add pre-commit 2022-08-28 14:00:03 -07:00
Bas Nijholt
472f516582 Copy pytest call from core 2022-08-28 13:47:19 -07:00
Bas Nijholt
850badeb1b pytest exists in core/requirements_test.txt 2022-08-28 13:43:22 -07:00
Bas Nijholt
b9ff3d6f9a Try to copy over files 2022-08-28 13:42:55 -07:00
Bas Nijholt
da1e52142d install homeassistant/requirements_test_all.txt 2022-08-28 12:46:49 -07:00
Bas Nijholt
e380e5ccaa install requirements.txt 2022-08-28 12:43:21 -07:00
Bas Nijholt
965c0e0d3d Install test requirements 2022-08-28 12:39:01 -07:00
Bas Nijholt
a9428ed936 Fix PYTHONPATH 2022-08-28 12:36:37 -07:00
Bas Nijholt
f6c9d138c5 install pytest 2022-08-28 12:30:28 -07:00
Bas Nijholt
377333beb2 Do not duplicate tests 2022-08-28 12:29:42 -07:00