core/homeassistant
ochlocracy 5baaa852dd Refactor Alexa capabilityResources object into class, Implement Alexa semantics object (#29917)
* Refactor capabilityResources object into class.
Implement semantics object to support open, close, raise, lower utterences.
Replace covers PercentageController with RangeController.
Add semantics for covers.
Remove PowerController for covers.
Add new display categories.
Add new items to Alexa Global Catalog.
Implement garage door voice PIN code support though Alexa app.
Fixed bug with getting property for ModeController.
Fixed bug were PercentageController AdjustPercentage would exceed 100.

* Comment fixes in Tests.

* Reorder imports.

* Added additional tests for more code coverage.

* Added and additional test for more code coverage.

* Explicitly return None for configuration() if not instance of AlexaCapabilityResource.
2019-12-19 12:44:17 +01:00
..
auth Remove no longer needed auth.util, use secrets instead (#29861) 2019-12-12 16:46:33 +01:00
components Refactor Alexa capabilityResources object into class, Implement Alexa semantics object (#29917) 2019-12-19 12:44:17 +01:00
generated Add config flow to iCloud (#28968) 2019-12-09 17:19:42 +01:00
helpers Add integration platform helper (#29914) 2019-12-13 15:38:41 +01: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 Drop Python 3.6 support (#29978) 2019-12-16 07:29:19 +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 option to ignore flows (#30008) 2019-12-18 07:41:01 +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.1 (#30028) 2019-12-17 17:00:00 +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