Format all manifests with prettier (#30521)

This commit is contained in:
Franck Nijhof
2020-01-06 21:28:23 +01:00
committed by GitHub
parent 21029b1d7b
commit a84741392b
702 changed files with 1113 additions and 3075 deletions

View File

@@ -2,12 +2,7 @@
"domain": "smarty",
"name": "smarty",
"documentation": "https://www.home-assistant.io/integrations/smarty",
"requirements": [
"pysmarty==0.8"
],
"requirements": ["pysmarty==0.8"],
"dependencies": [],
"codeowners": [
"@z0mbieprocess"
]
"codeowners": ["@z0mbieprocess"]
}