hugobloem / stateful_scenes

Stateful Scenes in Home Assistant (Home Kit scene compatible)
MIT License
52 stars 6 forks source link

fix: Add callback functions to scene registration #113

Closed hugobloem closed 1 month ago

hugobloem commented 1 month ago

This pull request adds callback functions to the scene registration process. Previously, the callback functions were not being properly set, leading to errors when attempting to update a scene (see #97). With this change, the callback functions are properly set, ensuring that the scene registration process functions correctly.