* Adding config flow and tests * Removing update and adding to integrations.json * Updating hassfest * Removing comments * Removing unique ID * Putting the setup_platform out of order * Adding feedback on issues and importing * Removing uniqueID (again) * Adjusting unload and typo * Updating manifest properly * Minor patching * Removing hass.data.setdefault(DOMAIN, {}) * Moving load_platform to __init__.py * Update homeassistant/components/fastdotcom/config_flow.py Co-authored-by: G Johansson <goran.johansson@shiftit.se> * Update homeassistant/components/fastdotcom/strings.json Co-authored-by: G Johansson <goran.johansson@shiftit.se> * Update homeassistant/components/fastdotcom/__init__.py Co-authored-by: G Johansson <goran.johansson@shiftit.se> * Update homeassistant/components/fastdotcom/config_flow.py Co-authored-by: G Johansson <goran.johansson@shiftit.se> * Adding an unload function for the timer * Adding issue on setup platform in sensor * Update homeassistant/components/fastdotcom/config_flow.py Co-authored-by: G Johansson <goran.johansson@shiftit.se> * Removing platform * Fixing strings.json * Fine-tuning * Putting back last_state --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
10 lines
304 B
JSON
10 lines
304 B
JSON
{
|
|
"domain": "fastdotcom",
|
|
"name": "Fast.com",
|
|
"codeowners": ["@rohankapoorcom", "@erwindouna"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/fastdotcom",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["fastdotcom"],
|
|
"requirements": ["fastdotcom==0.0.3"]
|
|
}
|