Experimental release trying to patch some (more or less) recent issues:
features
- mute gs559 SmokeAlarm sensor (#544): highly experimental implementation shouldn't harm really if it doesn't work as expected!
This features adds a 'switch' entity to the smoke device which, hopefully, could be used to shutdown the alarm. It is just a desperate try since I have no clue on how this could be achieved honestly. Experimentors are welcomed! - added Poland translations thanks to @nepozs PR
fixes
- wrong state in msg200 (#538): this is targeted especially at msg200 with fw pre 4.0.0 in order to reduce the chance of 'disruptions' since it looks like the issue doesn't appear in fw 4.0.0 and on.
- remove internal rounding linked to suggested_default_precision for sensor entities (leading to #543)
- fixed a bug in the polling code leading to an infinite loop in some edge cases (#526)
- fixed some internal defaults related to 'multiple requests polling' in order to maybe prevent #528