Skip to content

Commit 5a4fe32

Browse files
committed
update hacs.json to include new metadata
1 parent f146bf6 commit 5a4fe32

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

config/configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ homeassistant:
99
logger:
1010
default: info
1111
logs:
12-
custom_components.integration_blueprint: debug
12+
custom_components.gardena_smart_system: debug

hacs.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"name": "Integration blueprint",
3-
"homeassistant": "2025.2.4",
4-
"hacs": "2.0.5"
2+
"name": "Gardena Smart System",
3+
"hacs": "2.0.5",
4+
"domains": ["sensor", "switch", "valve", "lawn_mower", "binary_sensor", "button"],
5+
"iot_class": "Cloud Push",
6+
"homeassistant": "2025.2.4",
7+
"render_readme": true,
8+
"country": ["DE", "AT", "CH", "FR", "IT", "ES", "NL", "BE", "LU", "UK", "IE", "DK", "SE", "NO", "FI", "PL", "CZ", "SK", "HU", "SI", "HR", "BG", "RO", "EE", "LV", "LT"],
9+
"content_in_root": false
510
}

0 commit comments

Comments
 (0)