Skip to content

Commit

Permalink
fix open'r image Koenkk#2533
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 3, 2024
1 parent 740b4aa commit 2be9dce
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docgen/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function getImageName(model) {
const replaceByDash = [
new RegExp('/', 'g'),
new RegExp(':', 'g'),
new RegExp(`'`, 'g'),
new RegExp(' ', 'g'),
];
let image = model;
Expand Down
2 changes: 1 addition & 1 deletion docs/devices/Open'R.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pageClass: device-page
| Vendor | [Nexelec](/supported-devices/#v=Nexelec) |
| Description | 3-in-1 room sensor |
| Exposes | temperature, humidity, co2, battery, linkquality |
| Picture | ![Nexelec Open'R](https://www.zigbee2mqtt.io/images/devices/Open'R.jpg) |
| Picture | ![Nexelec Open'R](https://www.zigbee2mqtt.io/images/devices/Open-R.jpg) |


<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->
Expand Down
2 changes: 1 addition & 1 deletion docs/supported-devices/README.md

Large diffs are not rendered by default.

File renamed without changes

0 comments on commit 2be9dce

Please sign in to comment.