Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinpham/ring-integration-modified
https://github.com/martinpham/ring-integration-modified
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinpham/ring-integration-modified
- Owner: MartinPham
- Created: 2023-04-20T22:21:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T11:05:29.000Z (9 months ago)
- Last Synced: 2024-04-04T12:27:09.548Z (9 months ago)
- Language: Python
- Size: 208 KB
- Stars: 37
- Watchers: 8
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **Home Assistant Ring integration (modified)**
[https://www.home-assistant.io/integrations/ring/](https://www.home-assistant.io/integrations/ring/)
**Note:** This modified integration repo is temporary, while waiting for my [PR](https://github.com/home-assistant/core/pull/91600) to be merged.
![Ring](./screenshot.png)
## **Addtional features**
- Add Ring Intercom support:
- Change microphone gain
- Change speaker volume
- Open door button
- Battery sensor
- Status sensor## **Installation**
Just download this repository from [here](https://github.com/MartinPham/ring-integration-modified/archive/refs/heads/master.zip), extract and copy paste the content of the ``custom_components/ring_martinpham`` folder into your ``config/custom_components`` directory. As example, you will get the ``manifest.json`` file in the following path: ``/config/custom_components/ring_martinpham/manifest.json``.
## **Credits**
- Original **[python-ring-doorbell](https://github.com/tchellomello/python-ring-doorbell)** library from **[tchellomello](https://github.com/tchellomello)**
- **[Intercom PR](https://github.com/tchellomello/python-ring-doorbell/pull/277)** from **[rautsch](https://github.com/rautsch)**
- Original **[ring integration](https://github.com/home-assistant/core/tree/dev/homeassistant/components/ring)** from **[home-assistant/core](https://github.com/home-assistant/core)**