Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add product info to components #187

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions components/ds18x20/ds18b20/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "DS18B20",
"vendor": "Generic",
"productURL": "https://www.adafruit.com/product/374",
"documentationURL": "https://learn.adafruit.com/using-ds18b20-temperature-sensor-with-wippersnapper",
"published": true,
"subcomponents": ["ambient-temp", "ambient-temp-fahrenheit"],
"sensorResolution": 12
Expand Down
3 changes: 3 additions & 0 deletions components/ds18x20/ds18b20_hi_temp_waterproof/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "High Temp + Waterproof DS18B20",
"vendor": "Generic",
"productURL": "https://www.adafruit.com/product/642",
"documentationURL": "https://learn.adafruit.com/using-ds18b20-temperature-sensor-with-wippersnapper",
"published": true,
"subcomponents": ["ambient-temp", "ambient-temp-fahrenheit"],
"sensorResolution": 12
Expand Down
3 changes: 3 additions & 0 deletions components/ds18x20/ds18b20_waterproof/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "Waterproof DS18B20",
"vendor": "Generic",
"productURL": "https://www.adafruit.com/product/381",
"documentationURL": "https://learn.adafruit.com/using-ds18b20-temperature-sensor-with-wippersnapper",
"published": true,
"subcomponents": ["ambient-temp", "ambient-temp-fahrenheit"],
"sensorResolution": 12
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/adt7410/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "ADT7410",
"vendor": "Analog Devices",
"productURL": "https://www.adafruit.com/product/4089",
"documentationURL": "https://learn.adafruit.com/adt7410-breakout",
"published": true,
"i2cAddresses": [ "0x48" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit" ]
Expand Down
2 changes: 1 addition & 1 deletion components/i2c/aht20/definition.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "AHT20",
"published": true,
"vendor": "Adafruit",
"vendor": "ASAIR",
"productURL": "https://www.adafruit.com/product/4566",
"documentationURL": "https://learn.adafruit.com/adafruit-aht20",
"description": "Inexpensive temperature and humidity sensor for I2C-capable boards.",
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/am2301b/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "AM2301B",
"vendor": "ASAIR",
"productURL": "https://www.adafruit.com/product/5181",
"documentationURL": "https://cdn-shop.adafruit.com/product-files/5181/5181_AM2301B.pdf",
"published": true,
"i2cAddresses": [ "0x38" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/am2315c/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "AM2315C",
"vendor": "ASAIR",
"productURL": "https://www.adafruit.com/product/5182",
"documentationURL": "https://cdn-shop.adafruit.com/product-files/5182/5182_AM2315C.pdf",
"published": true,
"i2cAddresses": [ "0x38" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/bh1750/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "BH1750",
"vendor": "ROHM Semiconductor",
"productURL": "https://www.adafruit.com/product/4681",
"documentationURL": "https://learn.adafruit.com/adafruit-bh1750-ambient-light-sensor",
"published": true,
"i2cAddresses": [ "0x23", "0x5C" ],
"subcomponents": [ "light" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/bme280/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "BME280",
"vendor": "Bosch",
"productURL": "https://www.adafruit.com/product/2652",
"documentationURL": "https://learn.adafruit.com/adafruit-bme280-humidity-barometric-pressure-temperature-sensor-breakout",
"published": true,
"i2cAddresses": [ "0x76", "0x77" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pressure", "altitude" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/bme680/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "BME680",
"vendor": "Bosch",
"productURL": "https://www.adafruit.com/product/3660",
"documentationURL": "https://learn.adafruit.com/adafruit-bme680-humidity-temperature-barometic-pressure-voc-gas",
"published": true,
"i2cAddresses": [ "0x76", "0x77" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pressure", "altitude", "gas-resistance" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/bme688/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "BME688",
"vendor": "Bosch",
"productURL": "https://www.adafruit.com/product/5046",
"documentationURL": "https://learn.adafruit.com/adafruit-bme680-humidity-temperature-barometic-pressure-voc-gas",
"published": true,
"i2cAddresses": [ "0x76", "0x77" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pressure", "altitude", "gas-resistance" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/bmp280/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "BMP280",
"vendor": "Bosch",
"productURL": "https://www.adafruit.com/product/2651",
"documentationURL": "https://learn.adafruit.com/adafruit-bmp280-barometric-pressure-plus-temperature-sensor-breakout",
"published": true,
"i2cAddresses": [ "0x76", "0x77" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure", "altitude" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/bmp388/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "BMP388",
"vendor": "Bosch",
"productURL": "https://www.adafruit.com/product/3966",
"documentationURL": "https://learn.adafruit.com/adafruit-bmp388-bmp390-bmp3xx",
"published": true,
"i2cAddresses": [ "0x76", "0x77" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure", "altitude" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/bmp390/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "BMP390",
"vendor": "Bosch",
"productURL": "https://www.adafruit.com/product/4816",
"documentationURL": "https://learn.adafruit.com/adafruit-bmp388-bmp390-bmp3xx",
"published": true,
"i2cAddresses": [ "0x76", "0x77" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure", "altitude" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/dht20/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "DHT20",
"vendor": "ASAIR",
"productURL": "https://www.adafruit.com/product/5183",
"documentationURL": "https://cdn-shop.adafruit.com/product-files/5183/5193_DHT20.pdf",
"published": true,
"i2cAddresses": [ "0x38" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/dps310/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "DPS310",
"vendor": "Infineon",
"productURL": "https://www.adafruit.com/product/4494",
"documentationURL": "https://learn.adafruit.com/adafruit-dps310-precision-barometric-pressure-temperature-sensor",
"published": true,
"i2cAddresses": [ "0x76", "0x77" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/ens160/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "ENS160",
"vendor": "Sciosense",
"productURL": "https://www.adafruit.com/product/5606",
"documentationURL": "https://learn.adafruit.com/adafruit-ens160-mox-gas-sensor",
"published": true,
"i2cAddresses": [ "0x52", "0x53" ],
"subcomponents": [
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/hts221/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "HTS221",
"vendor": "STMicroelectronics",
"productURL": "https://www.adafruit.com/product/4535",
"documentationURL": "https://learn.adafruit.com/adafruit-hts221-temperature-humidity-sensor/overview",
"published": true,
"i2cAddresses": [ "0x5F" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/htu21d/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "HTU21D",
"vendor": "Measurement Specialties",
"productURL": "https://www.adafruit.com/product/1899",
"documentationURL": "https://learn.adafruit.com/adafruit-htu21d-f-temperature-humidity-sensor/overview",
"published": false,
"i2cAddresses": [ "0x40" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/htu31d/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "HTU31D",
"vendor": "Measurement Specialties",
"productURL": "https://www.adafruit.com/product/2857",
"documentationURL": "https://learn.adafruit.com/adafruit-sht31-d-temperature-and-humidity-sensor-breakout/",
"published": false,
"i2cAddresses": [ "0x40", "0x41" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/ina219/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "INA219",
"vendor": "Texas Instruments",
"productURL": "https://www.adafruit.com/product/904",
"documentationURL": "https://learn.adafruit.com/adafruit-ina219-current-sensor-breakout",
"published": true,
"i2cAddresses": [ "0x40", "0x41", "0x44", "0x45" ],
"subcomponents": [ "voltage", "current" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/lc709203f/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "LC709203F",
"vendor": "ON Semiconductor",
"productURL": "https://www.adafruit.com/product/4712",
"documentationURL": "https://learn.adafruit.com/adafruit-lc709203f-lipo-lipoly-battery-monitor",
"published": true,
"i2cAddresses": [ "0x0B"],
"subcomponents": [
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/lps22hb/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "LPS22HB",
"vendor": "STMicroelectronics",
"productURL": "https://www.adafruit.com/product/4633",
"documentationURL": "https://learn.adafruit.com/adafruit-lps25-pressure-sensor",
"published": true,
"i2cAddresses": [ "0x5C", "0x5D" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/lps25hb/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "LPS25HB",
"vendor": "STMicroelectronics",
"productURL": "https://www.adafruit.com/product/4530",
"documentationURL": "https://learn.adafruit.com/adafruit-lps25-pressure-sensor",
"published": true,
"i2cAddresses": [ "0x5C", "0x5D" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/lps33hw/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "LPS33HW",
"vendor": "STMicroelectronics",
"productURL": "https://www.adafruit.com/product/4414",
"documentationURL": "https://learn.adafruit.com/lps35hw-water-resistant-pressure-sensor",
"published": true,
"i2cAddresses": [ "0x5C", "0x5D" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/lps35hw/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "LPS35HW",
"vendor": "STMicroelectronics",
"productURL": "https://www.adafruit.com/product/4258",
"documentationURL": "https://learn.adafruit.com/lps35hw-water-resistant-pressure-sensor",
"published": true,
"i2cAddresses": [ "0x5C", "0x5D" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/ltr303/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "LTR-303",
"vendor": "LITE-ON",
"productURL": "https://www.adafruit.com/product/5610",
"documentationURL": "https://learn.adafruit.com/adafruit-ltr-329-ltr-303",
"published": false,
"i2cAddresses": [ "0x29" ],
"subcomponents": [
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/ltr329/definition.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"vendor": "LITE-ON",
"productURL": "https://www.adafruit.com/product/5591",
"documentationURL": "https://learn.adafruit.com/adafruit-ltr-329-ltr-303",
"displayName": "LTR-329",
"published": false,
"i2cAddresses": [ "0x29" ],
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/ltr390/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "LTR-390",
"vendor": "LITE-ON",
"productURL": "https://www.adafruit.com/product/4831",
"documentationURL": "https://learn.adafruit.com/adafruit-ltr390-uv-sensor",
"published": false,
"i2cAddresses": [ "0x53" ],
"subcomponents": [
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/max17048/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "MAX17048/MAX17049",
"vendor": "Maxim Integrated",
"productURL": "https://www.adafruit.com/product/5580",
"documentationURL": "https://learn.adafruit.com/adafruit-max17048-lipoly-liion-fuel-gauge-and-battery-monitor",
"published": true,
"i2cAddresses": [ "0x36"],
"subcomponents": [
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/mcp9808/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "MCP9808",
"vendor": "Microchip",
"productURL": "https://www.adafruit.com/product/1782",
"documentationURL": "https://learn.adafruit.com/adafruit-mcp9808-precision-i2c-temperature-sensor-guide/overview",
"published": true,
"i2cAddresses": [ "0x18", "0x19", "0x1A", "0x1C" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/mpl115a2/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "MPL115A2",
"vendor": "Freescale Semiconductor",
"productURL": "https://www.adafruit.com/product/992",
"documentationURL": "https://cdn-shop.adafruit.com/datasheets/MPL115A2.pdf",
"published": true,
"i2cAddresses": [ "0x60" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/mprls/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "MPRLS",
"vendor": "Honeywell",
"productURL": "https://www.adafruit.com/product/3965",
"documentationURL": "https://learn.adafruit.com/adafruit-mprls-ported-pressure-sensor-breakout",
"published": true,
"i2cAddresses": [ "0x18" ],
"subcomponents": [ "pressure" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/ms8607/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "MS8607",
"vendor": "TE Connectivity",
"productURL": "https://www.adafruit.com/product/4716",
"documentationURL": "https://learn.adafruit.com/adafruit-te-ms8607-pht-sensor",
"published": true,
"i2cAddresses": [ "0x40", "0x76" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pressure" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/pct2075/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "PCT2075",
"vendor": "NXP",
"productURL": "https://www.adafruit.com/product/4367",
"documentationURL": "https://learn.adafruit.com/adafruit-pct2075-temperature-sensor",
"published": true,
"i2cAddresses": [ "0x48", "0x49", "0x4A", "0x4B", "0x4C", "0x4D", "0x4E", "0x4F", "0x70", "0x71", "0x72", "0x73", "0x74", "0x75", "0x76", "0x77", "0x28", "0x29", "0x2A", "0x2B", "0x2C", "0x2D", "0x2E", "0x2F", "0x35", "0x36", "0x37" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/pmsa003i/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "PMSA003I",
"vendor": "PLANTOWER",
"productURL": "https://www.adafruit.com/product/4632",
"documentationURL": "https://learn.adafruit.com/pmsa003i",
"published": true,
"i2cAddresses": ["0x12"],
"subcomponents": [ "pm10-std", "pm25-std", "pm100-std"]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/scd30/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "SCD30",
"vendor": "Sensirion",
"productURL": "https://www.adafruit.com/product/4867",
"documentationURL": "https://learn.adafruit.com/adafruit-scd30",
"published": true,
"i2cAddresses": ["0x61"],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "co2" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/scd40/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "SCD40/SCD41",
"vendor": "Sensirion",
"productURL": "https://www.adafruit.com/product/5187",
"documentationURL": "https://learn.adafruit.com/adafruit-scd-40-and-scd-41",
"published": true,
"i2cAddresses": ["0x62"],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "co2" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/sen5x/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "SEN5x",
"vendor": "Sensirion",
"productURL": "https://www.digikey.com/en/products/filter/gas-sensors/530?s=N4IgjCBcoLQCxVAYygMwIYBsDOBTANCAPZQDa4ADFRQgLoC%2BjQA",
"documentationURL": "https://sensirion.com/media/documents/6791EFA0/62A1F68F/Sensirion_Datasheet_Environmental_Node_SEN5x.pdf",
"published": true,
"i2cAddresses": ["0x69"],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pm10-std", "pm25-std", "pm100-std", "voc-index", "nox-index"]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/sgp30/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "SGP30",
"vendor": "Sensirion",
"productURL": "https://www.adafruit.com/product/3709",
"documentationURL": "https://learn.adafruit.com/adafruit-sgp30-gas-tvoc-eco2-mox-sensor",
"published": true,
"i2cAddresses": [ "0x58" ],
"subcomponents": [ "eco2", "tvoc" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/sgp40/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "SGP40",
"vendor": "Sensirion",
"productURL": "https://www.adafruit.com/product/4829",
"documentationURL": "https://learn.adafruit.com/adafruit-sgp40",
"published": true,
"i2cAddresses": [ "0x59" ],
"subcomponents": [
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/sht20/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "SHT20",
"vendor": "Sensirion",
"productURL": "https://www.digikey.com/en/products/detail/dfrobot/SEN0227/7897986",
"documentationURL": "https://sensirion.com/media/documents/CCDE1377/635000A2/Sensirion_Datasheet_Humidity_Sensor_SHT20.pdf",
"published": true,
"i2cAddresses": [ "0x40" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/sht30_mesh/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "Weatherproof SHT30",
"vendor": "Sensirion",
"productURL": "https://www.adafruit.com/product/4099",
"documentationURL": "https://learn.adafruit.com/adafruit-sht31-d-temperature-and-humidity-sensor-breakout",
"published": true,
"i2cAddresses": [ "0x44" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
Expand Down
3 changes: 3 additions & 0 deletions components/i2c/sht30_shell/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"displayName": "Enclosed SHT30",
"vendor": "Sensirion",
"productURL": "https://www.adafruit.com/product/5064",
"documentationURL": "https://learn.adafruit.com/adafruit-sht31-d-temperature-and-humidity-sensor-breakout",
"published": true,
"i2cAddresses": [ "0x44" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
Expand Down
Loading