Home assistant
· v0.1.8
About
# Quick Start -
## What does this app do?
**Control your smart home from your Garmin watch!**
Raise your wrist, tap a few times, and you can:
- Turn lights on/off, adjust brightness
- Turn on AC, adjust temperature
- View temperature and humidity
- And more smart devices...
---
## Just 3 Steps to Configure
### Add These Lines to Home Assistant
Open `configuration.yaml` and add:
```yaml
group:
garmin:
name: My Watch
entities:
- light.living_room # Living room light
- climate.bedroom_ac # Bedroom AC
- sensor.temperature # Temperature sensor
# Add all devices you want to control here
```
Save and restart Home Assistant.
### Login on Your Watch
1. Open **Home Assistant Widget** on your watch
2. Enter your Home Assistant address and token
### Start Using
Tap on devices to control them!
---
## Advanced Tip: Group by Room
Too many devices? Try this:
```yaml
group:
bedroom:
name: Bedroom
entities:
- light.bedroom
- climate.bedroom_ac
livingroom:
name: Living Room
entities:
- light.living_room
- climate.living_room_ac
garmin:
name: My Home
entities:
- group.bedroom
- group.livingroom
```
Now you can browse by room on your watch!
---
## How to Use
| Device Type | How to Use |
|-------------|------------|
| **Basic Light** | Tap once → Turn on/off |
| **Smart Light** | Tap once → Select menu → Adjust brightness/color temp |
| **AC/Thermostat** | Tap once → Select menu → Adjust mode/temp/fan |
| **Sensor** | Tap once → Display value |
| **Switch** | Tap once → Turn on/off |
| **Group** | Tap once → Enter to view devices |
What's new
support group (Recursive)
support sensor
support select
support input_button
support button
support switch
support light
support climate
support cover
support humidifier
support scene
support script
support fan
support number
support text
support input_select
support input_number