Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
black-roland committed Nov 13, 2024
1 parent 0a74877 commit c5d8194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
body: >
[![Downloads](https://img.shields.io/github/downloads/black-roland/homeassistant-gsm-call/${{ github.ref_name }}/total?style=flat-square)](https://github.com/black-roland/homeassistant-gsm-call/releases)
[![Buy me a coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-cc3336?style=flat-square&logo=coffeescript)](https://www.donationalerts.com/r/mansmarthome)
[![На кофе](https://img.shields.io/badge/%D0%BD%D0%B0%20%D0%BA%D0%BE%D1%84%D0%B5-cc3336?style=flat-square&logo=coffeescript)](https://mansmarthome.info/donate/#donationalerts)
generate_release_notes: true
4 changes: 2 additions & 2 deletions custom_components/gsm_call/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "gsm_call",
"name": "Voice calls using GSM-modem",
"name": "Voice calls using 3G/4G, LTE modems",
"codeowners": ["@black-roland"],
"dependencies": [],
"documentation": "https://github.com/black-roland/homeassistant-gsm-call#readme",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/black-roland/homeassistant-gsm-call/issues",
"loggers": ["gsm_call"],
"requirements": ["pyserial-asyncio-fast==0.13"],
"version": "0.3.0-beta.1"
"version": "0.3.0"
}

0 comments on commit c5d8194

Please sign in to comment.