https://github.com/dckt/home-assistant-meeting
Tell your Home Assistant that you're busy in meeting !
https://github.com/dckt/home-assistant-meeting
Last synced: about 1 month ago
JSON representation
Tell your Home Assistant that you're busy in meeting !
- Host: GitHub
- URL: https://github.com/dckt/home-assistant-meeting
- Owner: DCKT
- License: mit
- Created: 2024-05-12T06:47:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T20:56:17.000Z (about 1 year ago)
- Last Synced: 2025-02-11T13:27:06.604Z (3 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Assistant meeting
Tell your Home Assistant that you're busy in meeting !
## How it works ?
The Chrome extension checks if a tab containing a website like Google Meet or Zoom is open, if it is, it will send an API request to your Home Assistant toggling an entity you've configured.
## Chrome extension setup
Go to the options of extension and fill the inputs :
- `Home Assistant URL` : can be a domain name or an IP address
- `API token`: the token without `Bearer`
- `Entity ID`: you have to use a switch entity## Home Assistant setup
TODO
- setup entity
- enable http API
- allow CORS request in the config