mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:35:20 +02:00
d3b04a5a58
* Add Devialet * Bump Devialet==1.4.0 * Bump Devialet==1.4.1 * Sort manifest and add shorthand * Black formatting * Fix incompatible type * Add type guarding for name * Rename host keywork in tests * Fix Devialet tests * Add update coordinator * Update devialet tests * Create unique_id from entry data
13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"domain": "devialet",
|
|
"name": "Devialet",
|
|
"after_dependencies": ["zeroconf"],
|
|
"codeowners": ["@fwestenberg"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/devialet",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["devialet==1.4.3"],
|
|
"zeroconf": ["_devialet-http._tcp.local."]
|
|
}
|