Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Oct 27, 2016
    • bestlibre's avatar
      Influxdb sensor (#4060) · b3ad7989
      bestlibre authored
      * Influxdb sensor with voluptuous configuration validation
      
      * Adding sensor to coveragerc since there is no test for now
      b3ad7989
    • Sean Dague's avatar
      Add discovery for yamaha component (#4061) · 3d897e0e
      Sean Dague authored
      This uses the discovery code from netdisco/ha to discover yamaha
      receivers. The old discovery code remains if discovery is turned of in
      HA, at least for now. Though it probably is worth turning that off in
      the future.
      3d897e0e
    • Alok Saboo's avatar
      Create Currencylayer exchange rate sensor (#4062) · c6d59871
      Alok Saboo authored
      * Added Currencylayer exchange rate sensor
      
      * Updated .coveragerc to include currencylayer
      
      * Update currencylayer.py
      
      * Added Conf_name
      c6d59871
    • Matthew Treinish's avatar
      Cleanup use of MQTT in emulated_hue tests (#4068) · 5d3956ea
      Matthew Treinish authored
      * Use unix newlines on test_emulated_hue
      
      This commit switches the test_emulated_hue module to use unix newlines
      instead of the DOS style that were there before. (using dos2unix on
      the file) This makes it consistent with the other files in the repo.
      
      * Cleanup emulated_hue tests
      
      Previously these tests relied on the mqtt light platform as test devices
      to control with the emulated hue. However, this was pretty heavyweight
      and required running an MQTT broker in the tests. Instead this commit
      switches it to use the demo light platform which is strictly in memory.
      
      Fixes #3549
      5d3956ea
    • Marcelo Moreira de Mello's avatar
      Wunderground sensor with alerts exceeds API limits (#4070) · 4fb0b273
      Marcelo Moreira de Mello authored
      * Fixes issue #4067 - Wunderground sensor with alerts exceeds API limits
      
       To avoid hitting the max limit of 500 calls per day, this patch keeps weather conditions being updated each 5 minutes
        and weather advisories each 15 minutes.
      
       This formula will result the following:
      
         conditions -> 300 seconds -> 5 minutes -> 12 req/h -> 288 req/day
         alerts -> 900 seconds -> 15 minutes -> 4 req/h -> 96 req/day
      
      * Using timedelta in minutes instead seconds
      4fb0b273
  2. Oct 26, 2016
  3. Oct 25, 2016
  4. Oct 24, 2016
Loading