muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.31k stars 324 forks source link

Fix handling of boolean config values #232

Closed mkrauser closed 5 years ago

mkrauser commented 5 years ago

Hey there,

I'm working on a bee right now (still WiP, but I will send a PR once it is finished) and discovered the following issue: When a bee contains a boolean config value you cannot change the value from true to false without restarting beehive. It does work from false to true.

This PR fixes that.

muesli commented 5 years ago

Thanks for your contribution!