1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00
ha-core/script
Malte Franken 0d75cd484b GeoRSS sensor (#9331)
* new geo rss events sensor

* SCAN_INTERVAL instead of DEFAULT_SCAN_INTERVAL

* removed redefinition CONF_SCAN_INTERVAL

* definition of self._name not required

* removed unnecessary check and unnecessary parameter

* changed log levels

* fixed default name not used

* streamlined sensor name and entity id generation, removed unnecessary parameter

* fixed issue for entries without geometry data

* fixed tests after code changes

* simplified code

* simplified code; removed unnecessary imports

* fixed invalid variable name

* shorter sensor name and in turn entity id

* increasing test coverage for previously untested code

* fixed indentation and variable usage

* simplified test code

* merged two similar tests

* fixed an issue if no data could be fetched from external service; added test case for this case
2017-09-24 08:12:38 +02:00
..
bootstrap [script] Fix dodgy bash syntax for bootstrap (#5552) 2017-01-25 09:21:09 -08:00
bootstrap_frontend Only install tox in dev mode (#7557) 2017-05-12 00:01:06 -07:00
bootstrap_server Make monkey patch work in Python 3.6 (#7848) 2017-06-01 23:23:39 -07:00
build_frontend Use node_modules gulp in script/build_frontend (#9170) 2017-08-27 13:46:37 -04:00
dev_docker tradfri: Improve color temp support detection (#7211) 2017-04-21 23:32:51 -07:00
dev_openzwave_docker Improve development workflow in docker (#5079) 2017-01-02 22:04:09 +01:00
fingerprint_frontend.py Add object-assign polyfill support to polymer (#5994) 2017-02-14 12:00:45 -08:00
gen_requirements_all.py GeoRSS sensor (#9331) 2017-09-24 08:12:38 +02:00
inspect_schemas.py [core] Add 'packages' to the config (#5140) 2017-01-13 22:01:47 -08:00
lint Speeds up lint and test in docker by keeping the cache between invocations. (#5177) 2017-01-05 09:45:14 +01:00
lint_docker Speeds up lint and test in docker by keeping the cache between invocations. (#5177) 2017-01-05 09:45:14 +01:00
release Fix script release (#5345) 2017-01-15 09:16:46 -08:00
server Improve development workflow in docker (#5079) 2017-01-02 22:04:09 +01:00
setup Change setup script to use pip install instead of setup.py develop (#7756) 2017-05-24 15:31:51 -07:00
test Speeds up lint and test in docker by keeping the cache between invocations. (#5177) 2017-01-05 09:45:14 +01:00
test_docker Fix a bunch of typos (#9545) 2017-09-23 17:15:46 +02:00
update Improve development workflow in docker (#5079) 2017-01-02 22:04:09 +01:00
update_mdi.py Improve development workflow in docker (#5079) 2017-01-02 22:04:09 +01:00