hass-core/homeassistant/components/systemmonitor
Ville Skyttä 7431e26752 Round system monitor load averages to 2 decimal digits (#27558)
On a Raspberry Pi 3, Python 3.7.4:

  # python3 -c "import os; print(os.getloadavg())"
  (0.2724609375, 0.3505859375, 0.3515625)
2019-10-23 08:57:51 -07:00
..
__init__.py Consolidate all platforms that have no tests (#22096) 2019-03-16 20:44:05 -07:00
manifest.json Update documentation link URL for integrations in all manifests (#27114) 2019-10-02 09:25:44 -07:00
sensor.py Round system monitor load averages to 2 decimal digits (#27558) 2019-10-23 08:57:51 -07:00