diff --git a/main.js b/main.js index 20d580f..2b4308d 100644 --- a/main.js +++ b/main.js @@ -228,6 +228,7 @@ function parseStates(entities, services, callback) { type: 'state', common: { name: `${name} STATE`, + type: typeof entity.state, read: true, write: false },