Skip to content

Commit

Permalink
Merge pull request #1 from pickeld/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
pickeld authored May 21, 2024
2 parents 3418321 + 90a1e90 commit 08b1071
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 199 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Validate

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: integration
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="nuki_otp/icon.png" width="50" height="50">
<img src="icon.png" width="50" height="50">
<h1 align="center">Nuki OTP Integration for Home Assistant</h1>
</p>
This custom integration for Home Assistant allows users to generate and manage One-Time Passwords (OTPs) for Nuki Smart Locks directly from Home Assistant.
Expand Down
File renamed without changes.
File renamed without changes.
25 changes: 0 additions & 25 deletions glinet/__init__.py

This file was deleted.

24 changes: 0 additions & 24 deletions glinet/config_flow.py

This file was deleted.

7 changes: 0 additions & 7 deletions glinet/hacs.json

This file was deleted.

13 changes: 0 additions & 13 deletions glinet/manifest.json

This file was deleted.

102 changes: 0 additions & 102 deletions glinet/sensor.py

This file was deleted.

26 changes: 0 additions & 26 deletions glinet/translations/en.json

This file was deleted.

3 changes: 2 additions & 1 deletion nuki_otp/hacs.json → hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"domains": ["nuki_otp"],
"documentation": "https://github.com/pickeld/nuki-otp/",
"issue_tracker": "https://github.com/pickeld/nuki-otp/issues",
"version": "1.0.0"
"version": "1.0.0",
"content_in_root": true
}
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 08b1071

Please sign in to comment.