mirror of
https://github.com/home-assistant/core.git
synced 2026-05-23 08:50:09 +01:00
Bump Insteon-panel to 0.6.2 (#169757)
This commit is contained in:
committed by
Paulus Schoutsen
parent
a7eaa51179
commit
643ae080db
Generated
+2
-2
@@ -851,8 +851,8 @@ CLAUDE.md @home-assistant/core
|
||||
/tests/components/input_select/ @home-assistant/core
|
||||
/homeassistant/components/input_text/ @home-assistant/core
|
||||
/tests/components/input_text/ @home-assistant/core
|
||||
/homeassistant/components/insteon/ @teharris1
|
||||
/tests/components/insteon/ @teharris1
|
||||
/homeassistant/components/insteon/ @teharris1 @ssyrell
|
||||
/tests/components/insteon/ @teharris1 @ssyrell
|
||||
/homeassistant/components/integration/ @dgomes
|
||||
/tests/components/integration/ @dgomes
|
||||
/homeassistant/components/intelliclima/ @dvdinth
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"domain": "insteon",
|
||||
"name": "Insteon",
|
||||
"after_dependencies": ["panel_custom"],
|
||||
"codeowners": ["@teharris1"],
|
||||
"codeowners": ["@teharris1", "@ssyrell"],
|
||||
"config_flow": true,
|
||||
"dependencies": ["http", "usb", "websocket_api"],
|
||||
"dhcp": [
|
||||
@@ -19,7 +19,7 @@
|
||||
"loggers": ["pyinsteon", "pypubsub"],
|
||||
"requirements": [
|
||||
"pyinsteon==1.6.4",
|
||||
"insteon-frontend-home-assistant==0.6.1"
|
||||
"insteon-frontend-home-assistant==0.6.2"
|
||||
],
|
||||
"single_config_entry": true,
|
||||
"usb": [
|
||||
|
||||
Generated
+1
-1
@@ -1344,7 +1344,7 @@ infrared-protocols==2.0.0
|
||||
inkbird-ble==1.1.1
|
||||
|
||||
# homeassistant.components.insteon
|
||||
insteon-frontend-home-assistant==0.6.1
|
||||
insteon-frontend-home-assistant==0.6.2
|
||||
|
||||
# homeassistant.components.intellifire
|
||||
intellifire4py==4.4.0
|
||||
|
||||
Generated
+1
-1
@@ -1196,7 +1196,7 @@ infrared-protocols==2.0.0
|
||||
inkbird-ble==1.1.1
|
||||
|
||||
# homeassistant.components.insteon
|
||||
insteon-frontend-home-assistant==0.6.1
|
||||
insteon-frontend-home-assistant==0.6.2
|
||||
|
||||
# homeassistant.components.intellifire
|
||||
intellifire4py==4.4.0
|
||||
|
||||
Reference in New Issue
Block a user