1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-09-13 23:01:53 +01:00
This commit is contained in:
Jacob McSwain
2019-09-25 22:23:10 -05:00
committed by GitHub
parent 692ebef12b
commit 4ed558eb3b

View File

@@ -1,11 +1,11 @@
{ {
"domain": "shittynest", "domain": "badnest",
"name": "Shitty Nest (A hack around the Nest component to pull from their internal api)", "name": "Bad Nest (A hack around the Nest component to pull from their internal api)",
"documentation": "https://custom-components.github.io/shittynest", "documentation": "https://custom-components.github.io/badnest",
"dependencies": [], "dependencies": [],
"codeowners": [ "codeowners": [
"@USA-RedDragon" "@USA-RedDragon"
], ],
"homeassistant": "0.97.0", "homeassistant": "0.97.0",
"requirements": [] "requirements": []
} }