Skip to content

Commit

Permalink
Bump aiolifx to 1.0.4 (#121267)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djelibeybi authored Jul 5, 2024
1 parent b3a62a9 commit 6c42596
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,8 @@ build.json @home-assistant/supervisor
/tests/components/lg_netcast/ @Drafteed @splinter98
/homeassistant/components/lidarr/ @tkdrob
/tests/components/lidarr/ @tkdrob
/homeassistant/components/lifx/ @Djelibeybi
/tests/components/lifx/ @Djelibeybi
/homeassistant/components/light/ @home-assistant/core
/tests/components/light/ @home-assistant/core
/homeassistant/components/linear_garage_door/ @IceBotYT
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/lifx/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "lifx",
"name": "LIFX",
"codeowners": [],
"codeowners": ["@Djelibeybi"],
"config_flow": true,
"dependencies": ["network"],
"dhcp": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"iot_class": "local_polling",
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
"requirements": [
"aiolifx==1.0.2",
"aiolifx==1.0.4",
"aiolifx-effects==0.3.2",
"aiolifx-themes==0.4.15"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ aiolifx-effects==0.3.2
aiolifx-themes==0.4.15

# homeassistant.components.lifx
aiolifx==1.0.2
aiolifx==1.0.4

# homeassistant.components.livisi
aiolivisi==0.0.19
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ aiolifx-effects==0.3.2
aiolifx-themes==0.4.15

# homeassistant.components.lifx
aiolifx==1.0.2
aiolifx==1.0.4

# homeassistant.components.livisi
aiolivisi==0.0.19
Expand Down

0 comments on commit 6c42596

Please sign in to comment.