mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
762c752918
* Add quality scale for SMLIGHT * Review and update all rules * Add missing data_description strings as detected by CI * update for a few merged docs PR's * Parallel updates done https://github.com/home-assistant/core/pull/142455 * Set quality scale to silver * Update homeassistant/components/smlight/quality_scale.yaml * Update homeassistant/components/smlight/quality_scale.yaml --------- Co-authored-by: Josef Zweck <josef@zweck.dev>
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"domain": "smlight",
|
|
"name": "SMLIGHT SLZB",
|
|
"codeowners": ["@tl-sl"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/smlight",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "silver",
|
|
"requirements": ["pysmlight==0.2.4"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_slzb-06._tcp.local."
|
|
}
|
|
]
|
|
}
|