Skip to content

Commit

Permalink
Merge pull request #15 from KristjanESPERANTO/main
Browse files Browse the repository at this point in the history
Review
  • Loading branch information
jalibu committed Jan 27, 2024
2 parents 46d0d3c + 6a44214 commit 939534a
Show file tree
Hide file tree
Showing 10 changed files with 1,242 additions and 2,876 deletions.
13 changes: 6 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"root": true,
"extends": ["airbnb-typescript-prettier"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/stylistic"],
"ignorePatterns": ["*.js"],
"rules": {
"newline-before-return": "warn",
"no-restricted-syntax": "off",
"import/no-unresolved": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/no-empty-function": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"no-restricted-syntax": "warn",
"no-await-in-loop": "warn",
"lines-between-class-members": "off",
"class-methods-use-this": "warn",
"@typescript-eslint/no-empty-function": "warn"
"class-methods-use-this": "warn"
}
}
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body:
- type: textarea
attributes:
label: Description
description: Please describe the bug as clear and concise as possible.
description: Please describe the bug as clear and concise as possible.
validations:
required: true
- type: textarea
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.js
13 changes: 6 additions & 7 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"jsxBracketSameLine": true,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "auto",
"printWidth": 120
}
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "auto",
"printWidth": 120
}
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

[![version](https://img.shields.io/github/package-json/v/jalibu/MMM-BoschSmartHome)](https://github.com/jalibu/MMM-BoschSmartHome/releases) [![Known Vulnerabilities](https://snyk.io/test/github/jalibu/MMM-BoschSmartHome/badge.svg?targetFile=package.json)](https://snyk.io/test/github/jalibu/MMM-BoschSmartHome?targetFile=package.json)

A client interface for the Bosch Smart Home System on the [MagicMirror²]((https://magicmirror.builders/)) platform.
Click here for the Magic Mirror [Forum Thread](https://forum.magicmirror.builders/topic/14347/mmm-bsh-bosch-smart-home/).
A client interface for the Bosch Smart Home System on the [MagicMirror²](https://magicmirror.builders/) platform.
Click here for the MagicMirror [Forum Thread](https://forum.magicmirror.builders/topic/14347/mmm-bsh-bosch-smart-home/).

**Note**: This module is a private and inofficial project without any relation to _Robert Bosch Smart Home GmbH_. I do not give any warranty, nor am I responsible for any damage.

Contribution welcome.

### Support
## Support

If you like this module and want to thank, please rate this repository with a star or [buy me a coffee](https://paypal.me/jalibu).

## Features
Expand All @@ -24,6 +25,10 @@ If you like this module and want to thank, please rate this repository with a st
- Philips Hue Bridge
- Languages: English, German _(feel free to contribute)_

## Screenshot

![screenshot](screenshot.png)

## Installing the Module

1. Navigate to the `MagicMirror/modules` directory and execute the following commands
Expand Down
Loading

0 comments on commit 939534a

Please sign in to comment.