Skip to content

Commit 5800824

Browse files
authored
Add integration_type service to firefly_iii (home-assistant#159013)
1 parent aac07b6 commit 5800824

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/firefly_iii/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@erwindouna"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/firefly_iii",
7+
"integration_type": "service",
78
"iot_class": "local_polling",
89
"quality_scale": "bronze",
910
"requirements": ["pyfirefly==0.1.8"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@
19941994
},
19951995
"firefly_iii": {
19961996
"name": "Firefly III",
1997-
"integration_type": "hub",
1997+
"integration_type": "service",
19981998
"config_flow": true,
19991999
"iot_class": "local_polling"
20002000
},

0 commit comments

Comments
 (0)