epenet
0b01326f9f
Use is in ConfigEntryState enum comparison in tests (A-M) ( #114925 )
2024-04-05 17:16:55 +02:00
Joost Lekkerkerker
b9281327c4
Use FlowResultType enum in config flow tests A-M ( #114681 )
2024-04-03 09:21:17 +02:00
Joost Lekkerkerker
906d3198e3
Use is in enum comparison in config flow tests F-J ( #114670 )
...
* Use right enum expression F-J
* Fix
2024-04-02 23:01:37 +02:00
Jan Bouwhuis
acf2f855fe
Raise ServiceValidationError on number out of range exception ( #114589 )
2024-04-02 12:22:00 +02:00
Joost Lekkerkerker
6bb4e7d62c
Bump ruff to 0.3.4 ( #112690 )
...
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-26 00:02:16 +01:00
Marc Mueller
efc54971d3
Update empty line formatting after module docstring ( #114040 )
2024-03-23 00:27:57 +01:00
J. Nick Koston
a50883d975
Run service call tasks eagerly ( #112791 )
2024-03-08 20:37:21 -10:00
Marc Mueller
aa16a9d707
Add empty line after module docstring (3) ( #112750 )
2024-03-08 20:38:34 +01:00
Marc Mueller
c88b337600
Add empty line after module docstring [tests f-k] ( #112709 )
2024-03-08 14:50:04 +01:00
J. Nick Koston
b11e97e132
Fix flux_led blocking startup by waiting for discovery ( #111787 )
...
* Avoid blocking startup by waiting for discovery in flux_led
* remove started discovery
2024-02-28 21:16:38 -05:00
J. Nick Koston
08f97d66ff
Fix formatting of mac addresses from dhcp discovery mocking in flux_led ( #110568 )
...
dhcp returns addresses in lowercase without :
2024-02-14 20:56:00 +01:00
Jan Bouwhuis
c7eab49c70
Raise ServiceValidationError on invalid select option ( #106350 )
...
* Raise ServiceValidationError on invalid select option
* Fix tests
* Correct place holders
* More test fixes
2023-12-27 09:45:55 +01:00
Joost Lekkerkerker
a82410d5e9
Deduplicate constants E-Z ( #105657 )
2023-12-13 17:05:37 +01:00
Jan-Philipp Benecke
04a497343d
Update f-g* tests to use entity & device registry fixtures ( #103841 )
2023-11-12 13:07:38 +01:00
Erik Montnemery
7539cf25be
Don't require passing identifiers to DeviceRegistry.async_get_device ( #96479 )
...
* Require keyword arguments to DeviceRegistry.async_get_device
* Update tests
* Update tests
* Don't enforce keyword arguments
2023-07-13 13:39:25 -04:00
Allen Porter
12129e9d21
Update service call return values and error handling ( #94657 )
...
* Update return signature of service calls
* Add timeout error handling in websocket api for service calls
* Update recorder tests to remove assertion on service call
* Remove timeout behavior and update callers that depend on it today
* Fix tests
* Add missing else
* await coro directly
* Fix more tests
* Update the intent task to use wait instead of timeout
* Remove script service call limits and limit constants
* Update tests that depend on service call limits
* Use wait instead of wait_for and add test
* Update homeassistant/helpers/intent.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-06-16 07:01:40 -07:00
Franck Nijhof
ed79265843
Enable Ruff PT006 ( #88165 )
...
* Enable Ruff PT006
* Adjust existing cases
* Fix tests
* Remove unneeded parentheses
2023-02-15 14:09:50 +01:00
epenet
b9beed4624
Add type hints to integration tests (part 6) ( #87979 )
2023-02-13 09:45:11 +01:00
epenet
7a4d15a657
Add type hints to integration tests (f-g) ( #87700 )
2023-02-08 13:33:52 +01:00
Yuval Aboulafia
3149c52be1
Fix F602 key repeated ( #84531 )
2022-12-27 11:07:10 +01:00
J. Nick Koston
49f203c635
Add support for newer Magic Home sockets ( #79074 )
2022-09-25 13:47:56 -10:00
J. Nick Koston
02ad4843b8
Fix flux_led ignored entries not being respected ( #76173 )
2022-08-04 19:44:22 +02:00
Franck Nijhof
a6244eea28
Search/replace RESULT_TYPE_* by FlowResultType enum ( #74656 )
2022-07-07 21:28:18 +02:00
J. Nick Koston
3537fa1dab
Fix flux_led taking a long time to recover after offline ( #72507 )
2022-05-25 17:02:21 -10:00
epenet
7d2363ad22
Use light enums in tests ( #70801 )
2022-04-26 16:32:00 +02:00
epenet
a29990a784
Use new CONF_MODEL core constant (1/3) ( #68829 )
...
* Use CONF_MODEL in axis
* Use CONF_MODEL in denonavr
* Use CONF_MODEL in flux_led
* Use CONF_MODEL in konnected
* Use CONF_MODEL in steamist
* Use CONF_MODEL in tellstick
* Use CONF_MODEL in tensorflow
* Use CONF_MODEL in twinkly
* Use CONF_MODEL in yeelight
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-03-29 11:11:58 +02:00
J. Nick Koston
9d6e1ab0e5
Ensure flux_led is reloaded when the title changes ( #68146 )
2022-03-14 22:55:52 +01:00
J. Nick Koston
8a8d7741d5
Fix Magic Home devices with multiple network interfaces ( #68029 )
2022-03-14 19:38:54 +01:00
J. Nick Koston
94130a6060
Avoid creating wiring select for Magic Home if its not supported ( #67417 )
2022-03-01 09:18:09 -10:00
J. Nick Koston
d554a82875
Add diagnostics support to flux_led ( #67012 )
2022-02-21 22:53:41 -08:00
J. Nick Koston
99568b133f
Switch flux_led to use integration discovery ( #66574 )
2022-02-16 01:25:43 +01:00
J. Nick Koston
d64ef2ba73
Deduplicate flux_led title and CONF_NAME ( #66598 )
2022-02-15 22:44:35 +01:00
J. Nick Koston
73bd8db273
Fix flux_led not generating unique ids when discovery fails ( #65250 )
2022-01-30 20:17:19 -08:00
J. Nick Koston
3b6bc6654f
Fix unexpected color mode switch in flux_led when brightness is near 0 ( #64812 )
...
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
2022-01-23 20:53:17 -10:00
J. Nick Koston
d5211c12b0
Fix flux_led reloading too quickly after an operating mode change ( #64591 )
2022-01-22 20:56:38 -08:00
J. Nick Koston
b273c37d2b
Fix flux_led turn on when brightness is zero on newer devices ( #64129 )
2022-01-14 15:14:02 -08:00
J. Nick Koston
7fc1306898
Ensure flux_led is reloaded when the ICtype is changed ( #64016 )
2022-01-12 15:57:12 -10:00
J. Nick Koston
1c6ca908d1
Add support for changing the white strip type to flux_led ( #63943 )
2022-01-12 15:03:09 -08:00
Marc Mueller
d057850971
Update typing - collections.abc (3) ( #63947 )
2022-01-12 08:04:17 +01:00
J. Nick Koston
509ddc84a5
Add support for managing 2.4G remotes in flux_led ( #63646 )
2022-01-07 21:26:10 -10:00
J. Nick Koston
e222e1b6f0
Add device configuration entities to flux_led ( #62786 )
...
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
2022-01-06 21:02:19 -10:00
J. Nick Koston
ad68d0795e
Fix missing device name with legacy flux_led discovery ( #62785 )
2022-01-06 19:43:22 -10:00
J. Nick Koston
13b262bcce
Keep flux_led device time in sync ( #63259 )
2022-01-04 17:37:15 +01:00
J. Nick Koston
4b30c9631f
Add set_music_mode service to flux_led for detailed music mode control ( #62429 )
2021-12-21 12:09:41 +01:00
J. Nick Koston
a7cae02725
Add support for changing Magic Home socket power restore state ( #62301 )
2021-12-20 20:35:50 -06:00
J. Nick Koston
abc7dcf6bf
Add zones support to flux_led ( #61072 )
2021-12-20 13:45:34 +01:00
Robert Hillis
1baba2a807
Remove deprecated yaml config from flux_led ( #61844 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-12-19 15:24:04 -06:00
J. Nick Koston
c3a963e12a
Add switch to enable/disable music mode in Magic Home/flux_led ( #62320 )
2021-12-19 17:57:33 +01:00
J. Nick Koston
9128693e71
Add reboot button to Magic Home/flux_led ( #62323 )
2021-12-19 17:48:42 +01:00
J. Nick Koston
a6b680cd32
Add support for enabling/disabling cloud access in flux_led ( #61138 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-12-19 00:59:16 -06:00