Daniel
55b51cb3fa
Update rfxtrx tests to handle new config
2016-04-23 20:13:24 +02:00
Daniel
74022a3978
New configuration for rfxtrx sensor
2016-04-23 19:55:05 +02:00
Christoph Wagner
fbfdf5a286
Removed redundant Throttle decorator ( #1862 )
2016-04-20 00:20:30 -07:00
Paulus Schoutsen
9d391becc1
Add mysensors tcp ethernet gateway ( #1861 )
...
* Bump version of pymysensors to 0.6, which includes the tcp gateway.
* Update requirements_all.txt.
* Replace CONF_PORT with CONF_DEVICE and ATTR_PORT with ATTR_DEVICE.
* Add tcp_port in config.
* Try to guess if tcp or serial gateway is configured, by validating
device name as an ip address. If successful setup tcp gateway, if it
fails, setup serial gateway.
* Update device_state_attributes to show correct device, ethernet or
serial.
2016-04-19 21:00:56 -07:00
Paulus Schoutsen
2e79e9d5bb
Correct celcius to celsius ( #1860 )
2016-04-19 20:30:44 -07:00
Jon Evans
9090672146
Pass format through to temper_device so that Fahrenheit works ( #1858 )
2016-04-19 20:00:03 -07:00
Greg Dowling
5b0ab5c118
Merge pull request #1842 from home-assistant/add_imperial_meter
...
Add support for imperial gas meter and user specified gas calorific value.
2016-04-18 12:10:07 +01:00
Brad Johnson
09693bf16c
Upgrading to python-wink 0.7.4 and improving RGB color support in HA ( #1832 )
2016-04-17 19:07:21 -07:00
John Arild Berentsen
b45c0cd735
Zwave import fixes for stability ( #1845 )
2016-04-17 14:46:51 -07:00
pavoni
31f061f4d3
Add support for imperial meter and user soecified calorific value.
2016-04-17 18:34:40 +01:00
Paulus Schoutsen
68d92c3196
Use standardised datetime format
2016-04-16 01:46:50 -07:00
Robbie Trencheny
05469e6d9b
Update pyGTFS version
2016-04-13 00:40:12 -07:00
Daniel Høyer Iversen
cd80e41b32
Allow negative elevation in yr config
2016-04-12 07:54:03 -07:00
Jan Harkes
9d848731d9
Nest config validation ( #1810 )
...
* Config validation for Nest platforms.
2016-04-11 21:52:19 -07:00
Jan Harkes
656e187729
Some fixes for yr config validation. ( #1809 )
...
The setup_platform function is trying to get CONF_LATITUDE and CONF_LONGITUDE,
but the validation schema was not accepting these.
Also moved CONF_MONITORED_CONDITIONS and CONF_ELEVATION to homeassistant.const
because they are used in other places.
2016-04-11 21:44:39 -07:00
Dennis Karpienski
a862e994c7
Thinkingcleaner support ( #1784 )
...
* added first implementation of thinking cleaner
* fix lock release
* fixed tox flaws
* updated coveragerc
* fixed lock
* changed update lock
* fixed codestyle
2016-04-10 16:59:53 -07:00
Daniel Høyer Iversen
769d958464
Config validation for rfxtrx sensor ( #1780 )
2016-04-10 16:05:32 -07:00
Daniel Høyer Iversen
d3493c7e5a
Config validation of yr sensor ( #1767 )
2016-04-10 10:43:05 -07:00
Jan Harkes
a7016e4b32
Move CONF_STATE_TOPIC, CONF_COMMAND_TOPIC and CONF_RETAIN to mqtt component.
2016-04-06 22:51:39 -04:00
Jan Harkes
eb3f812e38
Config validation for MQTT sensor platform.
2016-04-06 22:51:39 -04:00
Paulus Schoutsen
b4ddc86304
Fix speedtest with external installed package
2016-04-06 07:38:35 -07:00
Justyn Shull
c232242af0
Add support for monitoring nzbget
...
Calculate average download rate the same way as downloadrate
Add config option for choosing which nzbget variables to monitor, and provide a default
Pep8 fixes
Refactoring and changes based on @balloob's comments
Add nzbget.py to .coveragerc omit list. Check if there are any http
errors (like bad auth) when creating the nzbgetapi class. If there
are, the setup_platform() function will return false. Exceptions are
logged as well.
When a new sensor is created, assign the initial value from the api
instead of simply using None until the first update call.
2016-04-03 15:57:50 -07:00
Greg Dowling
61a9562811
Reconnect loopenergy
...
* Bump pyloopenergy version to handle disconnects. Round floats.
* Bump pyloopenergy version - to support reconnect.
2016-04-02 08:47:21 -07:00
pavoni
6ee086c0bb
Fix thread termination on exit.
2016-04-01 15:36:33 +01:00
Paulus Schoutsen
423d8be83f
Merge pull request #1658 from balloob/add_loop_energy
...
Add loop Energy sensors.
2016-03-31 23:16:23 -07:00
Paulus Schoutsen
b063fa3165
Merge pull request #1646 from balloob/rfxtrx
...
Fixed bug in rfxtrx sensor
2016-03-31 22:12:04 -07:00
pavoni
c41e63806c
Add loop Energy sensors.
2016-03-31 17:00:43 +01:00
Daniel
c4062bf6ea
Fixed bug in rfxtrx sensor
2016-03-30 10:57:26 +02:00
Paulus Schoutsen
a4ffec341b
Merge pull request #1633 from balloob/config-validation
...
Add initial config validation
2016-03-29 23:01:36 -07:00
Paulus Schoutsen
d0e613194e
Merge pull request #1644 from robbiet480/uber-fixes
...
Uber sensor breaking fix
2016-03-29 22:20:21 -07:00
Robbie Trencheny
56e64d477a
Little fixes
2016-03-29 21:02:17 -07:00
Robbie Trencheny
55daf51108
Dont set default value for price_details to empty dict since we want to check price_details for is None
2016-03-29 20:42:15 -07:00
Robbie Trencheny
60b427accc
Flake8 and Pylint fixes
2016-03-29 20:36:04 -07:00
Robbie Trencheny
0ac34aaa52
Fix for when you have an Uber product that doesnt give a price estimate
2016-03-29 20:14:27 -07:00
Robbie Trencheny
9f5e192761
Uber Rides SDK has been updated upstream to support Python3. No need for this fork anymore!
2016-03-29 18:44:36 -07:00
Paulus Schoutsen
5baa98b79f
Add initial config validation
2016-03-28 23:46:12 -07:00
Robbie Trencheny
2a194d8861
Use named string formatting for safety
2016-03-26 18:55:49 -07:00
Robbie Trencheny
dac3c9d1b5
Pylint and flake8
2016-03-26 18:53:21 -07:00
Robbie Trencheny
5a35e4a9ba
Data source validation
2016-03-26 18:52:03 -07:00
Robbie Trencheny
1fd96296f7
Use parameterized queries when possible
2016-03-26 18:47:54 -07:00
Robbie Trencheny
116b83b53f
Fix PyGTFS import errors
2016-03-26 18:25:49 -07:00
Robbie Trencheny
f31ba11861
Lock SQLAlchemy
2016-03-26 18:05:34 -07:00
Robbie Trencheny
982baaba22
Annoying missing period
2016-03-26 17:59:38 -07:00
Robbie Trencheny
8fe1a9f008
Pylint and flake8
2016-03-26 17:53:46 -07:00
Robbie Trencheny
90f1b57ed8
Initial GTFS sensor
2016-03-26 17:41:09 -07:00
Flyte
ada561df30
Remove unused import and unnecessary DOMAIN constant from TCP components.
2016-03-26 17:33:18 +00:00
Fabian Affolter
2c45d1f27d
Upgrade pyowm to 2.3.1
2016-03-26 12:50:12 +01:00
Paulus Schoutsen
befdecc3b0
Merge pull request #1602 from robbiet480/uber-sensor
...
Uber sensor
2016-03-25 21:51:03 -07:00
Robbie Trencheny
20f8935b86
Clean up a lot of pep8 and syntax errors.
2016-03-25 19:32:49 -07:00
Paulus Schoutsen
41f205e09d
Clean up template platforms
2016-03-24 23:22:17 -07:00