core/homeassistant/util
uchagani cffb704311 Enable BMW component to be unit system aware (#17197)
* Enable BMW component to be unit system aware

* lint fixes

* use constants for config entries

* remove configuration from component and rely only on HA config of unit_system

* remove unused import

* update code to reflect feedback

* lint fixes

* remove unnecessary comments

* rework return statement to satisfy pylint

* more lint fixes

* add tests for volume utils

* lint fixes

* more lint fixes

* remove unnecessary comments
2018-10-11 10:55:22 +02:00
..
__init__.py Isort preparations (#16555) 2018-09-11 11:21:48 +02:00
async_.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
color.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
decorator.py Upgrade pylint to 2.0.1 (#15683) 2018-07-26 08:55:42 +02:00
distance.py Add unit system support 2016-08-04 22:02:19 -07:00
dt.py Make async_track_time_change smarter (#17199) 2018-10-09 10:14:18 +02:00
json.py Added working support for private storage (#16903) 2018-10-02 10:16:43 +02:00
location.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
logging.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
network.py Add webhook + IFTTT example (#16817) 2018-09-30 14:45:48 +02:00
package.py Isort preparations (#16555) 2018-09-11 11:21:48 +02:00
ssl.py Switch to intermediate Mozilla cert profile (#15957) 2018-08-14 08:20:17 +02:00
temperature.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
unit_system.py Enable BMW component to be unit system aware (#17197) 2018-10-11 10:55:22 +02:00
volume.py Enable BMW component to be unit system aware (#17197) 2018-10-11 10:55:22 +02:00
yaml.py Upgrade pylint to 2.0.1 (#15683) 2018-07-26 08:55:42 +02:00