Skip to content

Commit c353b10

Browse files
SantaFoxclaude
andcommitted
Fix HACS/hassfest validation
* manifest.json — keys reordered to satisfy hassfest (domain and name first, then strictly alphabetical); GitHub URLs and codeowner casing updated to canonical SantaFox. * brand/icon.png and brand/icon@2x.png — official EAC (Αρχή Ηλεκτρισμού Κύπρου / AHK) logo from meterreading-dso.eac.com.cy/logo192.png, upsampled with LANCZOS to the 256/512 sizes HACS expects. Long-term the right home for these is the home-assistant/brands repository. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 06c0c72 commit c353b10

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

28.7 KB
Loading
84.7 KB
Loading
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"domain": "eac_cyprus",
33
"name": "EAC Distribution Web Portal",
4-
"version": "0.1.0",
4+
"codeowners": ["@SantaFox"],
55
"config_flow": true,
6-
"iot_class": "cloud_polling",
6+
"dependencies": [],
7+
"documentation": "https://github.com/SantaFox/ha-eac",
78
"integration_type": "hub",
8-
"documentation": "https://github.com/santafox/ha-eac",
9-
"issue_tracker": "https://github.com/santafox/ha-eac/issues",
10-
"codeowners": ["@santafox"],
9+
"iot_class": "cloud_polling",
10+
"issue_tracker": "https://github.com/SantaFox/ha-eac/issues",
1111
"requirements": ["eac-dso-portal==0.1.0"],
12-
"dependencies": []
12+
"version": "0.1.0"
1313
}

0 commit comments

Comments
 (0)