mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Fix Insteon scenes with disabled entities (#92137)
This commit is contained in:
parent
282d5f4488
commit
58c5d98958
@ -18,7 +18,7 @@
|
|||||||
"loggers": ["pyinsteon", "pypubsub"],
|
"loggers": ["pyinsteon", "pypubsub"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyinsteon==1.4.2",
|
"pyinsteon==1.4.2",
|
||||||
"insteon-frontend-home-assistant==0.3.4"
|
"insteon-frontend-home-assistant==0.3.5"
|
||||||
],
|
],
|
||||||
"usb": [
|
"usb": [
|
||||||
{
|
{
|
||||||
|
@ -980,7 +980,7 @@ influxdb==5.3.1
|
|||||||
inkbird-ble==0.5.6
|
inkbird-ble==0.5.6
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
insteon-frontend-home-assistant==0.3.4
|
insteon-frontend-home-assistant==0.3.5
|
||||||
|
|
||||||
# homeassistant.components.intellifire
|
# homeassistant.components.intellifire
|
||||||
intellifire4py==2.2.2
|
intellifire4py==2.2.2
|
||||||
|
@ -748,7 +748,7 @@ influxdb==5.3.1
|
|||||||
inkbird-ble==0.5.6
|
inkbird-ble==0.5.6
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
insteon-frontend-home-assistant==0.3.4
|
insteon-frontend-home-assistant==0.3.5
|
||||||
|
|
||||||
# homeassistant.components.intellifire
|
# homeassistant.components.intellifire
|
||||||
intellifire4py==2.2.2
|
intellifire4py==2.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user