core/homeassistant
Alexander 330ae0d885 Add support Slide cover (#25913)
* Add support GoSlide cover

* Fixed Parameters differ from overridden
Fixed Removed other pylint warnings

* Renamed GoSlide to Slide, because of Innovation in Motion rebranding

* Fixed codeowners file

* Fixed requirements file

* Removed pylint: disable=unused-argument
Removed DOMAIN not exist check
Changed if to min/max
Changed 3rd party import to top of the module
Removed timeout/retry parameters
Removed unused constants
Added check for discovery_info is none
Changed pass slide object instead of full hass object
Changed pass api object instead of full hass object
Added unique_id functionality
Removed entity_id/name properties
Removed supported_features/state functions

* Fixed unused variables

* Changed Slide API uses snake names
Changed Improved exception handling
Changed Updated Slide API to 0.50.0

* Changed moved exceptions into goslide-api
Changed retry setup into coroutine

* Changed str(err) to err
Changed invert if result to if not result
2019-09-03 10:09:25 -07:00
..
auth Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
components Add support Slide cover (#25913) 2019-09-03 10:09:25 -07:00
generated Add Withings support (#25154) 2019-08-31 14:30:59 +02:00
helpers Allow passing dictionaries to async_register_entity_service (#26370) 2019-09-03 09:50:24 +02:00
scripts Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
util Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
__init__.py
__main__.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
bootstrap.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
config.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
config_entries.py Reload config entry when entity enabled in entity registry, remove entity if disabled. (#26120) 2019-08-25 22:37:25 -07:00
const.py Merge remote-tracking branch 'origin/master' into dev 2019-08-29 16:06:24 -07:00
core.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
data_entry_flow.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
exceptions.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
loader.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
monkey_patch.py Black 2019-07-31 12:25:30 -07:00
package_constraints.txt Updated frontend to 20190901.0 2019-09-01 22:30:21 -07:00
requirements.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
setup.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00