Fixes to scene handling and device unique id
This commit is contained in:
parent
754fe00c9a
commit
464c17d920
5 changed files with 57 additions and 31 deletions
|
|
@ -69,7 +69,6 @@ const getScenehDiscoveryPayload = (
|
|||
) => ({
|
||||
name: sceneDevice.name,
|
||||
'~': getBaseTopic(sceneDevice),
|
||||
state_topic: `~/${TOPICS.STATE}`,
|
||||
command_topic: `~/${TOPICS.COMMAND}`,
|
||||
optimistic: false,
|
||||
qos: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue