Skip to content

Releases: home-assistant-ecosystem/python-glances-api

0.9.0

29 Nov 07:04
4d4cc97

Choose a tag to compare

  • Add support for Glances containers (Thanks @pszypowicz)
  • Fix tests with pytest-httpx 0.32.0 (Thanks @mweinelt)

0.8.0

09 Jun 14:49

Choose a tag to compare

  • Add/improve support for Glances v4 container & network format and improve v4 unit tests (Thanks @wittypluck)

0.7.0

21 May 08:20
e2b5572

Choose a tag to compare

  • Add support for Glances v4 network sensors (Thanks @wittypluck)

0.6.0

04 Apr 11:38

Choose a tag to compare

  • 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.1

11 Jan 11:26
a731643

Choose a tag to compare

0.5.0

17 Nov 11:56

Choose a tag to compare

  • 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

27 Jun 21:10

Choose a tag to compare

  • Add network information to Home Assistant data (Thanks @freeDom-)
  • Add uptime information to Home Assistant data (Thanks @freeDom-)
  • Update dependencies

0.4.2

21 May 11:13

Choose a tag to compare

  • Safe access container dict when memory or cpu is not exposed (Thanks @freeDom-)
  • Update dependencies

0.4.1

28 Aug 21:24
127381a

Choose a tag to compare

  • Raise error for any not OK response code (Thanks @engrbm87)
  • Update dependencies

0.4.0

19 Aug 18:25

Choose a tag to compare

  • Add pre-definied output for Home Assistant (Thanks @engrbm87)
  • Extend typing support