0a16dc9058
- coordinator.update_source now auto-injects source_type from cached data so the server's discriminated-union body validates (was rejecting fallback_color updates with 422). - Add Fallback Timeout (number) and Interpolation (select) entities per api_input CSS source. - Light no longer zeros fallback_color on turn_off; state restored across HA restarts via RestoreEntity so the chosen default color persists. - Bump manifest to 0.2.2 and update en/ru translations.
13 lines
418 B
JSON
13 lines
418 B
JSON
{
|
|
"domain": "ledgrab",
|
|
"name": "LedGrab",
|
|
"codeowners": ["@alexeidolgolyov"],
|
|
"config_flow": true,
|
|
"dependencies": [],
|
|
"documentation": "https://git.dolgolyov-family.by/alexei.dolgolyov/ledgrab-haos-integration",
|
|
"iot_class": "local_push",
|
|
"issue_tracker": "https://git.dolgolyov-family.by/alexei.dolgolyov/ledgrab-haos-integration/issues",
|
|
"requirements": ["aiohttp>=3.9.0"],
|
|
"version": "0.2.2"
|
|
}
|