-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into doc-netatmo-nrv
- Loading branch information
Showing
245 changed files
with
1,973 additions
and
945 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"docsId": "broadlink", | ||
"title": "BROADLINK RM Pro", | ||
"description": "Replace your remotes and control Infra-Red devices.", | ||
"imageName": "broadlink-rm-pro.jpg", | ||
"tags": [ | ||
"Broadlink", | ||
"IR" | ||
], | ||
"buyLink": "#discontinued" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
import broadlink from "./broadlink.json"; | ||
import camera from "./camera.json"; | ||
import netatmo from "./netatmo.json"; | ||
import philipsHue from "./philips-hue.json"; | ||
import sonoff from "./sonoff.json"; | ||
import zwave from "./zwave.json"; | ||
import xiaomi from "./xiaomi.json"; | ||
import camera from "./camera.json"; | ||
import sonos from "./sonos.json"; | ||
import tpLink from "./tp-link.json"; | ||
import xiaomi from "./xiaomi.json"; | ||
import zigbee2mqtt from "./zigbee2mqtt.json"; | ||
import zwave from "./zwave.json"; | ||
|
||
const integrations = zigbee2mqtt | ||
.concat(broadlink) | ||
.concat(camera) | ||
.concat(netatmo) | ||
.concat(philipsHue) | ||
.concat(sonoff) | ||
.concat(sonos) | ||
.concat(xiaomi) | ||
.concat(philipsHue) | ||
.concat(tpLink) | ||
.concat(camera); | ||
.concat(tpLink); | ||
// .concat(zwave); | ||
|
||
export default integrations; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"docsId": "netatmo", | ||
"title": "NETATMO Thermostat NATherm1 + Relay NAPLUG", | ||
"description": "Smart thermostat and Energy efficient connected - WiFi - Compatible with individual boilers, NTH01-EN-EC.", | ||
"imageName": "netatmo-thermostat-natherm1-relay-naplug.jpg", | ||
"tags": [ | ||
"Netatmo", | ||
"thermostat" | ||
], | ||
"buyLink": "https://www.amazon.com/Third-Party-Thermostat-Netatmo-3700730500234/dp/B00GWKW8SY/ref=sr_1_2?crid=2XSX9VWZXK7KL&keywords=netatmo%2Bthermostat&qid=1703951160&sprefix=netatmo%2Bther%2Caps%2C148&sr=8-2&th=1&tag=gladproj-21" | ||
} | ||
] |
Oops, something went wrong.