Skip to content

Commit

Permalink
feat: hass scene_activation command class support #445 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored May 14, 2020
1 parent 66d94cc commit f750ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Gateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,7 @@ Gateway.prototype.discoverValue = function (node, valueId) {
}
break
case 'central_scene':
case 'scene_activation':
cfg = copy(hassCfg.central_scene)
break
case 'sensor_binary':
Expand Down

0 comments on commit f750ca6

Please sign in to comment.