mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Hue integration: update errors that should be supressed (#68337)
This commit is contained in:
parent
5027e1bcff
commit
8187541d41
@ -42,6 +42,14 @@ ALLOWED_ERRORS = [
|
|||||||
'device (groupedLight) is "soft off", command (on) may not have effect',
|
'device (groupedLight) is "soft off", command (on) may not have effect',
|
||||||
"device (light) has communication issues, 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) 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 = [
|
ALLOWED_ERRORS = [
|
||||||
"device (light) has communication issues, 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) 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…
x
Reference in New Issue
Block a user