Hue integration: update errors that should be supressed (#68337)
parent
df5c09e483
commit
caee432901
|
@ -42,6 +42,14 @@ ALLOWED_ERRORS = [
|
|||
'device (groupedLight) is "soft off", command (on) may not have effect',
|
||||
"device (light) has communication issues, command (on) may not have effect",
|
||||
'device (light) is "soft off", command (on) may not have effect',
|
||||
"device (grouped_light) has communication issues, command (.on) may not have effect",
|
||||
'device (grouped_light) is "soft off", command (.on) may not have effect'
|
||||
"device (grouped_light) has communication issues, command (.on.on) may not have effect",
|
||||
'device (grouped_light) is "soft off", command (.on.on) may not have effect'
|
||||
"device (light) has communication issues, command (.on) may not have effect",
|
||||
'device (light) is "soft off", command (.on) may not have effect',
|
||||
"device (light) has communication issues, command (.on.on) may not have effect",
|
||||
'device (light) is "soft off", command (.on.on) may not have effect',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -39,6 +39,10 @@ from .helpers import (
|
|||
ALLOWED_ERRORS = [
|
||||
"device (light) has communication issues, command (on) may not have effect",
|
||||
'device (light) is "soft off", command (on) may not have effect',
|
||||
"device (light) has communication issues, command (.on) may not have effect",
|
||||
'device (light) is "soft off", command (.on) may not have effect',
|
||||
"device (light) has communication issues, command (.on.on) may not have effect",
|
||||
'device (light) is "soft off", command (.on.on) may not have effect',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue