This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Sep 20, 2018
-
-
Daniel Høyer Iversen authored
* Add met.no weather component * requirements .coveragerx * use lib * style * style * renam function to _fetch_data * Only update once per hour * style
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Vikram Gorla authored
* Sensor values to be updated only when required (only after the train has crossed). Looking at the documentation on https://transport.opendata.ch/docs.html, delay information is available only on stationboard, so no need to query often if there is no "real"time info. * Bumping up version of python_opendata_transport to 0.1.4 in order to catch client errors like throttling rejection (HTTP 429) * pleasing the hound * bumping python_opendata_transport to 0.1.4
-
Nikolay Kasyanov authored
Applies changes from #16303 to mqtt_json component. Fixes #16600.
-
kunago authored
-
- Sep 19, 2018
-
-
Charles Garwood authored
* Save disabled_by in entity registry * Add trailing comma
-
geekofweek authored
* MyQ Open State Fix Fixes issues with MyQ reporting an open state * Update myq.py * MyQ STATE_OPEN Fix remove un-needed code
-
Andreas Oberritter authored
Bugfix provided by awarecan.
-
Paulus Schoutsen authored
* Fix comments * Add config flow tests * Fix Tradfri light tests * Lint * Remove import group from config flow * fix stale comments
-
Ville Skyttä authored
-
Ville Skyttä authored
Allows linting specified files or dirs only.
-
Ville Skyttä authored
* Adjust config closer to currently established style conventions * Adjust some imports for better outcome with their comments
-
Matthias Urlichs authored
* De-run_forever()-ization * Use asyncio.run (or our own implementation on Python <3.7) * hass.start is only used by tests * setup_and_run_hass() is now async * Add "main" async hass.run method * move SIGINT handling to helpers/signal.py * add flag to .run to disable hass's signal handlers * Teach async_start and async_stop to not step on each other (more than necessary) * shorten over-long lines * restore missing "import asyncio" * move run_asyncio to homeassistant.util.async_ * LOGGER: warn => warning * Add "force" flag to async_stop only useful for testing * Add 'attrs==18.2.0' to requirements_all.txt Required for keeping requirements_test_all.txt in sync, where it is in turn required to prevent auto-downgrading "attrs" during "pip install" * Fixes for mypy * Fix "mock_signal" fixture * Revert mistaken edit * Flake8 fixes * mypy fixes * pylint fix * Revert adding attrs== to requirements_test*.txt solved by using "pip -c" * Rename "run" to "async_run", as per calling conventions
-
Paulus Schoutsen authored
-
Pascal Vizeli authored
-
Ville Skyttä authored
-
- Sep 18, 2018
-
-
Fabien Piuzzi authored
Allows multiple Netdata elements per group
-
Adam Dullage authored
* Added support for Starling Bank * Fixing Lint Issues * Resolving Change Requests * HTTP Error Handling & Sandbox URL Option * Update starlingbank Requirement to v1.2 * Minor changes
-
Maikel Punie authored
-
Fabian Affolter authored
-
Glenn Waters authored
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Greg Laabs authored
Was previously checking for a missing key, when should have been checking for the value being None
-
Fabian Affolter authored
-
- Sep 17, 2018
-
-
Aaron Bach authored
-
Tsvi Mostovicz authored
* Initial commit for jewish calendar sensor * Make check for logging errors into it's own function * Can't use f-strings as we need to support python3.5 * Implement basic functionality: printing of date * Update requirements_all.txt * Allow user to specify date for sensor * Add hdate to test requirements * Update to match pull request * Support date output in hebrew * Limit languages to english and hebrew * Add name back to sensor * Change icon to be calendar-today * Add multiple sensors * Fix tests * Make Hound happy, remove unused imported class * hdate expects datetime.date not datetime.datetime * Return sensor name * Times should be returned as time object, not datetime * Add myself to codeowners for jewish calendar component * Return actual reading, not index * Add more tests. Currently failing. Will need to update hdate API and version before continuing. * Fix weekly portion test * Make all tests pass * Make travis happy and add a test so it doesnt happen again * Remove defaults in __init__ method * Change sensor state variable to local variable in update() method * Minor changes
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* Clean up device update, add via-hub * Test loading/saving data * Lint * Add to Hue" * Lint + tests
-
Paulus Schoutsen authored
-
damarco authored
* Add endpoint entity * Fix lint error * Add nwk address as device state attribute * Change to ZhaDeviceEntity * Show last_seen only if offline * Remove obsolete _discover_endpoint_info()
-
Paulus Schoutsen authored
-
Anders Melchiorsen authored
* Calibrate timer for each tick * Return of timer out of sync detection
-
Alexei Chetroi authored
-
Fabian Affolter authored
-
Fabian Affolter authored
-
- Sep 16, 2018
-
-
Daniel Perna authored
-
tadly authored
-