Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change repository name #4

Merged
merged 2 commits into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: AzonInc
ko_fi: azoninc
2 changes: 1 addition & 1 deletion .github/example-project-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ packages:
common: !include shared-config.yaml

external_components:
- source: github://AzonInc/ESPHome-TCS-Intercom@dev
- source: github://AzonInc/ESPHome_tcs_intercom@dev
2 changes: 1 addition & 1 deletion .github/example-project-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ packages:
common: !include shared-config.yaml

external_components:
- source: github://AzonInc/ESPHome-TCS-Intercom@master
- source: github://AzonInc/ESPHome_tcs_intercom@master
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
TCS/Koch Intercom Component
===================
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AzonInc/ESPHome-TCS-Intercom/build.yaml?branch=master&style=for-the-badge&logo=buddy&logoColor=ffffff&label=Build)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AzonInc/ESPHome_tcs_intercom/build.yaml?branch=master&style=for-the-badge&logo=buddy&logoColor=ffffff&label=Build)
===================

The `tcs_intercom` Component allows you to easily communicate on a [TCS:Bus](https://www.tcsag.de/) and [Koch TC:Bus](https://kochag.ch/) with ESPHome and Home Assistant.

Minimal ESPHome Configuration:
```YAML
external_components:
- source: github://AzonInc/ESPHome-TCS-Intercom
- source: github://AzonInc/ESPHome_tcs_intercom

tcs_intercom:
```

Example of a Configuration, which generates a binary_sensor entity that goes to on when receiving the Apartment Doorbell Command (in this case 0x1c30ba41), and a button entity that when pressed sends the command to open entrance door:
```YAML
external_components:
- source: github://AzonInc/ESPHome-TCS-Intercom
- source: github://AzonInc/ESPHome_tcs_intercom

tcs_intercom:

Expand All @@ -36,7 +36,7 @@ button:
Full Configuration:
```YAML
external_components:
- source: github://AzonInc/ESPHome-TCS-Intercom
- source: github://AzonInc/ESPHome_tcs_intercom

tcs_intercom:
rx_pin: GPIO22
Expand Down
Loading