v1.0.18
What's Changed
- Reduce API requests by @elad-bar in #224
- Change interval of calling API to once an hour (instead of a minute)
- Change interval of calling publishing websocket message to every 5 minutes (instead of 30 seconds)
- Add status of connectivity - Expired Token to reset all tokens once HTTP Error 401 is being returned by the API
- Remove duplicate names of constants and duplicate storage of parameters
- Validate AWS token is being generated as valid base64 token instead retry mechanism of get token API (another deduction of calls to API from 5 to single)
- Align test API to the same standard of configuration storage of HA
- Clean entity creation / update log (no actions within logged data) by @elad-bar in #225
Full Changelog: v1.0.17...v1.0.18