homebridge-eveatmo
Version:
Homebridge plugin which adds a Netatmo weatherstation as HomeKit device and tries to act like Elgato Eve Room/Weather
22 lines • 471 B
JSON
{
"permissions": {
"allow": [
"Bash(rtk ls *)",
"Bash(rtk read *)",
"Bash(rtk find *)",
"Bash(rtk wc *)",
"Bash(rtk grep *)",
"WebSearch",
"Bash(npm install *)",
"Bash(rtk git *)",
"Bash(node --test test/*)",
"Bash(rtk lint *)",
"Bash(rtk proxy *)",
"Bash(npm test *)",
"Bash(node -e ' *)",
"Bash(git commit -m ' *)",
"Bash(npm run *)",
"Bash(npx eslint *)"
]
}
}