Fix
- bump alexapy to 1.2.1 (f6da0d0) (fixes #369)
- reuse existing login if it exists (f4c018a)
- add retries to setup_config entries (0d68043) (fixes #362, fixes #354)
- disable update before add to avoid warning on disabled entities (bbede43) (fixes #317)
- add relevant icons to switches (a66364d)
- add availability state to switches (fd44b7c)
- fix handling of filter options (1a53b98)
Performance
- reduce auth gets by moving to init (a85ce9e)