Skip to content

Commit

Permalink
Update Airtable documentation + fix netatmo setup image size (#251)
Browse files Browse the repository at this point in the history
* fix: Update the size of Netatmo integration setup images that were too big

* refactor: update airtable integrations

* refactor: resizing images + formatting EN

* refactor: new update devices integrations
  • Loading branch information
Terdious authored Feb 12, 2024
1 parent cae3d0b commit ca681a7
Show file tree
Hide file tree
Showing 247 changed files with 1,973 additions and 945 deletions.
34 changes: 23 additions & 11 deletions i18n/fr/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,46 @@
"message": "Technologies",
"description": "Integration page technologies picker title"
},
"integrations.broadlink": {
"message": "Broadlink",
"description": "Integration broadlink title"
},
"integrations.camera": {
"message": "Camera",
"description": "Integration camera title"
},
"integrations.netatmo": {
"message": "Netatmo",
"description": "Integration netatmo title"
},
"integrations.philipsHue": {
"message": "Philips Hue",
"description": "Integration philips hue title"
},
"integrations.zwave": {
"message": "Z-Wave",
"description": "Integration zwave title"
},
"integrations.sonoff": {
"message": "Sonoff",
"description": "Integration sonoff title"
},
"integrations.camera": {
"message": "Camera",
"description": "Integration camera title"
},
"integrations.xiaomi": {
"message": "Xiaomi",
"description": "Integration xiaomi title"
"integrations.sonos": {
"message": "Sonos",
"description": "Integration sonos title"
},
"integrations.tpLink": {
"message": "TP-Link",
"description": "Integration tp-link title"
},
"integrations.xiaomi": {
"message": "Xiaomi",
"description": "Integration xiaomi title"
},
"integrations.zigbee2mqtt": {
"message": "Zigbee2Mqtt",
"description": "Integration zigbee2mqtt title"
},
"integrations.zwave": {
"message": "Z-Wave",
"description": "Integration zwave title"
},
"integrations.title": {
"message": "Intégrations",
"description": "integrations page title"
Expand Down
13 changes: 13 additions & 0 deletions integrations/en/broadlink.json
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"
}
]
14 changes: 1 addition & 13 deletions integrations/en/camera.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"docsId": "camera",
"title": "Reolink RLC-520-5MP",
"title": "REOLINK RLC-520-5MP",
"description": "The Reolink camera is ethernet powered, waterproof, and RTSP compatible",
"imageName": "reolink-rlc-520-5mp.jpg",
"tags": [
Expand All @@ -10,17 +10,5 @@
"rtsp"
],
"buyLink": "https://www.amazon.com/Reolink-RLC-420-5MP-Surveillance-Security-Detection/dp/B07HFQ4LH1?tag=gladproj-21"
},
{
"docsId": "camera",
"title": "Wansview Q5",
"description": "The Wansview Q5 camera is RTSP compatible and is available for a good price (<30$)",
"imageName": "wansview-q5.jpg",
"tags": [
"camera",
"wifi",
"rtsp"
],
"buyLink": "https://www.amazon.com/gp/product/B07QKXM2D3/ref=as_li_qf_asin_il_tl?ie=UTF8&tag=pierre-gilles-20&creative=9325&linkCode=as2&creativeASIN=B07QKXM2D3&linkId=f208601df3ce670da095ee33297b0270"
}
]
18 changes: 12 additions & 6 deletions integrations/en/index.js
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;
13 changes: 13 additions & 0 deletions integrations/en/netatmo.json
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"
}
]
Loading

0 comments on commit ca681a7

Please sign in to comment.