-
- Downloads
Load requirements and dependencies from manifests. Fallback to current...
Load requirements and dependencies from manifests. Fallback to current `REQUIREMENTS` and `DEPENDENCIES` (#22717) * Load dependencies from manifests. Fallback to current DEPENDENCIES * Fix typing * Ignore typing correctly * Split out dependency processing to a new method * Fix tests * Only pull from manifest if dependencies is non empty * Inline temporary function * Fix light tests [skip ci] * Fix tests/common * Fix some mqtt tests [skip ci] * Fix tests and component manifests which have only one platform * Fix rflink tests * Fix more tests and manifests * Readability over shorthand format * Fix demo/notify tests * Load dependencies from manifests. Fallback to current DEPENDENCIES * Load requirements from manifests. Fallback to current REQUIREMENTS * Fix typing * Ignore typing correctly * Split out dependency processing to a new method * Only pull from manifest if dependencies is non empty * Inline temporary function * Fix tests and component manifests which have only one platform * Fix rflink tests * Readability over shorthand format * Clean up requirements * Use integration to resolve deps/reqs * Lint * Lint * revert a change * Revert a test change * Fix types * Fix types * Add back cache for load component * Fix test_component_not_found * Move light.test and device_tracker.test into test package instead with manifest to fix tests * Fix broken device_tracker tests * Add docstrings to __init__ * Fix all of the light tests that I broke earlier * Embed the test.switch platform to fix other tests * Embed and fix the test.imagimage_processing platform * Fix tests for nx584 * Add dependencies from platform file's DEPENDENCIES * Try to setup component when entity_platform is setting up Fix tests in helpers folder * Rewrite test_setup * Simplify * Lint * Disable demo component if running in test Temp workaround to unblock CI tests * Skip demo tests * Fix config entry test * Fix repeat test * Clarify doc * One extra guard * Fix import * Lint * Workaround google tts
Showing
- homeassistant/components/arlo/manifest.json 3 additions, 1 deletionhomeassistant/components/arlo/manifest.json
- homeassistant/components/arwn/manifest.json 3 additions, 1 deletionhomeassistant/components/arwn/manifest.json
- homeassistant/components/asterisk_cdr/manifest.json 3 additions, 1 deletionhomeassistant/components/asterisk_cdr/manifest.json
- homeassistant/components/automatic/manifest.json 3 additions, 1 deletionhomeassistant/components/automatic/manifest.json
- homeassistant/components/automation/manifest.json 2 additions, 1 deletionhomeassistant/components/automation/manifest.json
- homeassistant/components/canary/manifest.json 3 additions, 1 deletionhomeassistant/components/canary/manifest.json
- homeassistant/components/demo/__init__.py 6 additions, 1 deletionhomeassistant/components/demo/__init__.py
- homeassistant/components/fitbit/manifest.json 3 additions, 1 deletionhomeassistant/components/fitbit/manifest.json
- homeassistant/components/flexit/manifest.json 3 additions, 1 deletionhomeassistant/components/flexit/manifest.json
- homeassistant/components/flux/manifest.json 3 additions, 1 deletionhomeassistant/components/flux/manifest.json
- homeassistant/components/generic_thermostat/manifest.json 4 additions, 1 deletionhomeassistant/components/generic_thermostat/manifest.json
- homeassistant/components/google/__init__.py 3 additions, 0 deletionshomeassistant/components/google/__init__.py
- homeassistant/components/history_stats/manifest.json 3 additions, 1 deletionhomeassistant/components/history_stats/manifest.json
- homeassistant/components/manual_mqtt/manifest.json 3 additions, 1 deletionhomeassistant/components/manual_mqtt/manifest.json
- homeassistant/components/mqtt/manifest.json 3 additions, 1 deletionhomeassistant/components/mqtt/manifest.json
- homeassistant/components/mqtt_json/manifest.json 3 additions, 1 deletionhomeassistant/components/mqtt_json/manifest.json
- homeassistant/components/mqtt_room/manifest.json 3 additions, 1 deletionhomeassistant/components/mqtt_room/manifest.json
- homeassistant/components/mystrom/manifest.json 3 additions, 1 deletionhomeassistant/components/mystrom/manifest.json
- homeassistant/components/netatmo_public/manifest.json 3 additions, 1 deletionhomeassistant/components/netatmo_public/manifest.json
- homeassistant/components/netio/manifest.json 3 additions, 1 deletionhomeassistant/components/netio/manifest.json
Loading
Please register or sign in to comment