core/homeassistant
Philipp Danner 70f8bfbd4f Update Integration of Keba charging station (#30125)
* fixed parsing of current to float in service set_current

* Added optional name in the config file in order to get a better entety naming (easier to find)

* fix parsing of all parameters to service calls

* addressed code review comments + updated pypi dependency

* config name imported from cont.py + minor naming changes to be more clear about the meaning of a sensor

* removed name in config again, use product name gathered from the charging station instead

* implemented suggested changes

* changed variable naming as requested
2019-12-22 19:46:53 +01:00
..
auth Remove no longer needed auth.util, use secrets instead (#29861) 2019-12-12 16:46:33 +01:00
components Update Integration of Keba charging station (#30125) 2019-12-22 19:46:53 +01:00
generated Add config flow to iCloud (#28968) 2019-12-09 17:19:42 +01:00
helpers Helpers type hint improvements (#30106) 2019-12-21 09:23:48 +02:00
scripts Upgrade keyring to 20.0.0 and keyrings.alt to 3.4.0 (#29960) 2019-12-15 17:41:56 +01:00
util Remove requirement from entity integration (#30113) 2019-12-22 10:32:42 +01:00
__init__.py
__main__.py Drop Python 3.6 support (#29978) 2019-12-16 07:29:19 +01:00
bootstrap.py Make Python deprecation notice easier to maintain (#29900) 2019-12-13 10:39:57 +01:00
config.py Fix persistent setup error notification content (#29995) 2019-12-16 20:16:23 +01:00
config_entries.py Add a config entry mechanism to rediscover a discovery that was ignored (#30099) 2019-12-21 11:22:07 +01:00
const.py Drop Python 3.6 support (#29978) 2019-12-16 07:29:19 +01:00
core.py Convert Hue to use unique ID (#30000) 2019-12-16 19:45:09 +01:00
data_entry_flow.py Add unique ID to config entries (#29806) 2019-12-16 12:27:43 +01:00
exceptions.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
loader.py Fix persistent setup error notification content (#29995) 2019-12-16 20:16:23 +01:00
package_constraints.txt Upgrade zeroconf to 0.24.2 (#30140) 2019-12-22 12:01:22 +01:00
requirements.py Sort imports for requirements.py and its test using isort (#29836) 2019-12-11 12:12:06 +01:00
setup.py Fix persistent setup error notification content (#29995) 2019-12-16 20:16:23 +01:00