core/homeassistant/components/gogogate2
Robert Van Gorkom 11b786a4fc
Add config flow to gogogate2 component (#34709)
* Add config flow to gogogate2 component.

* Using a more stable gogogate api.

* Getting config flows working better by using different downstream library.

* Fixing options not getting default values.
Adding availability to cover entity.

* Simplifying return types of function.

* Address PR feedback.

* Making user config flow not abort.

* Using DataUpdateCoordinator.

* Addressing PR feedback.

* Using standard method for using hass.data

* Split auth fail test into separate tests.
2020-05-16 10:53:11 -05:00
..
__init__.py Add config flow to gogogate2 component (#34709) 2020-05-16 10:53:11 -05:00
common.py Add config flow to gogogate2 component (#34709) 2020-05-16 10:53:11 -05:00
config_flow.py Add config flow to gogogate2 component (#34709) 2020-05-16 10:53:11 -05:00
const.py Add config flow to gogogate2 component (#34709) 2020-05-16 10:53:11 -05:00
cover.py Add config flow to gogogate2 component (#34709) 2020-05-16 10:53:11 -05:00
manifest.json Add config flow to gogogate2 component (#34709) 2020-05-16 10:53:11 -05:00
strings.json Add config flow to gogogate2 component (#34709) 2020-05-16 10:53:11 -05:00