Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Sep 12, 2018
  2. Sep 11, 2018
  3. Sep 10, 2018
  4. Sep 09, 2018
  5. Sep 08, 2018
  6. Sep 07, 2018
    • Florian Werner's avatar
      Add rate of change to statistics sensor (#15632) · 8a2bc99f
      Florian Werner authored
      * always export max_age/min_age
      
      * downgrade errors of missing data
      on start with empty recorder database these errors are logged multiple times:
      ERROR (MainThread) [homeassistant.components.sensor.statistics] mean requires at least one data point
      ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points
      
      downgrade them to debug as they are not meaningful to end users
      
      * add change_rate attribute
      this calculates the average change rate of all data points
      
      * simplify count, reorder attribute calculation
      
      * reorder initialization
      
      * reorder attribute names
      
      * don't use min/max for min_age/max_age
      
      * add test case
      
      * style
      
      * style
      
      * sort constants
      
      * init variables with None
      
      * add precision config setting
      
      * round to precision
      
      * test round
      8a2bc99f
    • Andreas Oberritter's avatar
      Support SNMPv3 and asyncio in snmp sensor (#14753) · 50266e9b
      Andreas Oberritter authored
      * snmp sensor: Add asyncio support and reuse SnmpEngine object
      
      * snmp sensor: Support protocol v3
      
      * Fix lint issue
      50266e9b
    • mvn23's avatar
      Add OpenTherm Gateway climate platform (#16299) · 7ad094b0
      mvn23 authored
      * Initial OpenTherm Gateway support.
      
      * Fix coveragerc and requirements_all*.txt
      Overall cleanup and polishing
      
      * Make hound/flake/travis happy
      
      * Basic improvements to comply with Home Assistant's style guidelines
      Changed wording from "component" to more appropriate terms where necessary
      Fixed small mistakes that snuck in during testing and/or due to my own ignorance ;)
      
      * Fixed overwriting state property
      
      * Fixed a bug with ROOM_SETPOINT_OVRD
      Updated dependency pyotgw to latest version
      
      * Remove unit_of_measurement from OpenThermGateway class
      
      * Cleanup after previous commits
      
      * Moved initialisation and configuration from async_setup_platform to async_added_to_hass
      
      * Make travis happy
      
      * Disable polling for this platform
      Improve update flow
      
      * Small improvements/optimisations
      7ad094b0
Loading