* try to set state types that were missing

This commit is contained in:
Ingo Fischer
2021-08-23 00:41:01 +02:00
parent 5795c78ea4
commit 3b2de4ecae
+1
View File
@@ -228,6 +228,7 @@ function parseStates(entities, services, callback) {
type: 'state',
common: {
name: `${name} STATE`,
type: typeof entity.state,
read: true,
write: false
},