Skip to content

Commit

Permalink
feat: add image to moes-zb-td5-gu10 spotlight (#160)
Browse files Browse the repository at this point in the history
* feat: add image to moes-zb-td5-gu10 spotlight

* fix: vercel issue

* fix: vercel issue

* fix: vercel issue

* fix: vercel issue

* fix: vercel issue

* fix: vercel issue

* fix: vercel issue

* fix: vercel issue

* fix: vercel issue

* fix: missing list items
  • Loading branch information
webbertakken committed Mar 22, 2024
1 parent adf406a commit e859f73
Show file tree
Hide file tree
Showing 6 changed files with 392 additions and 9 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ import ImageWrapper from '@site/src/components/ImageWrapper'
- Input voltage: AC90-250V
- Beam angle: 36°

<ImageWrapper>
<Image img={require('./assets/dimensions.png')} alt="Dimensions" />
</ImageWrapper>

## Installation

### Introduction
Expand Down
5 changes: 4 additions & 1 deletion notes/55-home-assistant/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ different frequencies in different countries.
These are the devices I've adopted into my home. For some of them I've described the installation
process.

- Ubiquiti Protect G4 Pro
- Ubiquiti UniFi Protect G4-PRO Camera (PoE)
- [Nous A1T 16A Power Monitoring Plug (Wi-Fi)](devices/nous-a1t-16a-power-monitoring-plug)
- [Nous A1Z 16A Power Monitoring Plug (Zigbee)](devices/nous-a1z-16a-power-monitoring-plug)
- [Moes ZB-SD-TD5 GU10 MS LED Spotlight (Zigbee)](devices/moes-zb-td5-gu10-ms-led-spotlight)
- [Moes ZB-TDA9-RCW E27 MS Bulb (Zigbee)](devices/moes-zb-tda9-rcw-e27-ms-bulb)
- [Zemismart ZM25 (Zigbee)](devices/zemismart-zm25-zigbee)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"lint-staged": "^15.1.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"shellcheck": "^2.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vitest": "^1.3.1",
Expand Down
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"build": {
"env": {
"ENABLE_EXPERIMENTAL_COREPACK": "1"
}
}
}

0 comments on commit e859f73

Please sign in to comment.