1.3.0
What's Changed
- Use configured locale from home assistant for api requests to get translated parameter entity names by @jaroschek in #128
- Add config flow option to optionally disable firmware info through update platform by @jaroschek in #129
- Add config flow option to optionally disable notifications through sensor platform by @jaroschek in #130
- Use homeassistant.helpers.selector.NumberSelector for scan interval in config flow with constants for min, max and steps by @jaroschek in #131
- Make platform overrides configurable through config flow by @jaroschek in #132
- Make writable overrides configurable through config flow by @jaroschek in #133
- Add configurable whitelist of parameter ids to fetch only needed parameter points from API by @jaroschek in #134
- Add configurable list of additional parameter ids that may not be populated by default by @jaroschek in #135
- Split config flow to move new parameter options into optional expert step by @jaroschek in #136
- Extend descriptions for expert settings by @jaroschek in #137
- Reload entry after configuration change by @jaroschek in #138
- Enable diagnostic entities when device is disconnected by @jaroschek in #140
- Don't use home assistant locale for systems and devices by @jaroschek in #141
- Translate names of diagnostic entities and remove outdated translation files by @jaroschek in #142
- Work on platform detection by @jaroschek in #143
- Extend http client exception handling by @jaroschek in #144
- Use sensor state class 'total' instead of 'total_increasing' by @jaroschek in #146
Full Changelog: 1.2.5...1.3.0