**Breaking change:**
For Maker devices, the `maker_params`, `sensor_state`, `switch_mode`, and `has_sensor` properties use cached values. Use `update_maker_params()` or `get_state(True)` to update these properties to the latest values.
**Bug fixes:**
- Insight devices require polling after turned off (291)
- Raise exception for SOAP Fault errors (290)
**New Features:**
- Add subscription updates for the bridge device (287)
- Add subscription updates for the maker device (288)
- Dimmer BinaryState value is only fetched/set once (286)