mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* Add config entry for AirVisual * Update coverage * Catch invalid API key from config schema * Rename geographies to stations * Revert "Rename geographies to stations" This reverts commit 5477f89c24cb3f58965351985b1021fc5fc794a5. * Update strings * Update CONNECTION_CLASS * Remove options (subsequent PR) * Handle import step separately * Code review comments and simplification * Move default geography logic to config flow * Register domain in config flow init * Add tests * Update strings * Bump requirements * Update homeassistant/components/airvisual/config_flow.py * Update homeassistant/components/airvisual/config_flow.py * Make schemas stricter * Linting * Linting * Code review comments * Put config flow unique ID logic into a method * Fix tests * Streamline * Linting * show_on_map in options with default value * Code review comments * Default options * Update tests * Test update * Move config entry into data object (in prep for options flow) * Empty commit to re-trigger build
10 lines
242 B
JSON
10 lines
242 B
JSON
{
|
|
"domain": "airvisual",
|
|
"name": "AirVisual",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/airvisual",
|
|
"requirements": ["pyairvisual==3.0.1"],
|
|
"dependencies": [],
|
|
"codeowners": ["@bachya"]
|
|
}
|