Releases: home-assistant-ecosystem/python-glances-api
Releases · home-assistant-ecosystem/python-glances-api
0.9.0
- Add support for Glances containers (Thanks @pszypowicz)
- Fix tests with pytest-httpx 0.32.0 (Thanks @mweinelt)
0.8.0
- Add/improve support for Glances v4 container & network format and improve v4 unit tests (Thanks @wittypluck)
0.7.0
- Add support for Glances v4 network sensors (Thanks @wittypluck)
0.6.0
- Fix network RX and TX for Home Assistant (bytes/s) (Thanks @wittypluck)
- Reformat GPU data for Home Assistant and add unit test (Thanks @wittypluck)
- Add diskio sensors for Home Assistant (in bytes/second) (Thanks @wittypluck)
- Support for Python 3.12, pytest > 8
0.5.0
- Deprecate support for API v2 (Thanks @engrbm87)
- Fix type hint for get_ha_sensor_data (Thanks @engrbm87)
- Add percpu data (Thanks @engrbm87)
- Update containers data key (Thanks @engrbm87)
- Add GPU sensors (Thanks @neuralyze)
- Update dependencies
0.4.3
- Add network information to Home Assistant data (Thanks @freeDom-)
- Add uptime information to Home Assistant data (Thanks @freeDom-)
- Update dependencies
0.4.2
- Safe access container dict when memory or cpu is not exposed (Thanks @freeDom-)
- Update dependencies
0.4.1
- Raise error for any not OK response code (Thanks @engrbm87)
- Update dependencies
0.4.0
- Add pre-definied output for Home Assistant (Thanks @engrbm87)
- Extend typing support