core/homeassistant
indykoning a4fd991ab5 Add growatt server integration (#25635)
* Added growatt server integration

* Ran black formatter

* Processed feedback.

* Made attributes more readable.

* Create a sensor for each property.

* Added unique_ids

* Accidentally flipped functions

* Added dynamic device classes.

* Fixed stale session.
2019-09-09 23:47:44 +02:00
..
auth Use PEP 526 type annotations, add some type hints (#26464) 2019-09-07 09:48:58 +03:00
components Add growatt server integration (#25635) 2019-09-09 23:47:44 +02:00
generated Do not complain about automatic generated files (#26540) 2019-09-09 12:01:49 -07:00
helpers Remove device from device action schema (#26536) 2019-09-09 10:40:22 -07:00
scripts Replaces IOError by OSError (#26428) 2019-09-04 19:09:24 +02:00
util
__init__.py
__main__.py Replaces IOError by OSError (#26428) 2019-09-04 19:09:24 +02:00
bootstrap.py
config.py Replaces IOError by OSError (#26428) 2019-09-04 19:09:24 +02:00
config_entries.py
const.py Bumped version to 0.98.3 2019-09-03 23:20:25 -07:00
core.py
data_entry_flow.py
exceptions.py
loader.py Use PEP 526 type annotations, add some type hints (#26464) 2019-09-07 09:48:58 +03:00
monkey_patch.py
package_constraints.txt Updated frontend to 20190908.0 (#26524) 2019-09-08 20:59:09 +02:00
requirements.py
setup.py