mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-05-03 06:02:27 +00:00
Restyled by prettier-markdown
This commit is contained in:
@ -39,7 +39,7 @@ cards:
|
|||||||
conditions:
|
conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: binary_sensor.<device>_is_charging
|
entity: binary_sensor.<device>_is_charging
|
||||||
state: 'on'
|
state: "on"
|
||||||
chip:
|
chip:
|
||||||
type: entity
|
type: entity
|
||||||
icon_color: yellow
|
icon_color: yellow
|
||||||
@ -55,7 +55,7 @@ cards:
|
|||||||
conditions:
|
conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity: binary_sensor.<device>_is_charging
|
entity: binary_sensor.<device>_is_charging
|
||||||
state: 'off'
|
state: "off"
|
||||||
chip:
|
chip:
|
||||||
type: entity
|
type: entity
|
||||||
entity: sensor.<device>_battery_level
|
entity: sensor.<device>_battery_level
|
||||||
@ -68,7 +68,7 @@ cards:
|
|||||||
}
|
}
|
||||||
- type: gauge
|
- type: gauge
|
||||||
entity: sensor.<device>_battery_level
|
entity: sensor.<device>_battery_level
|
||||||
unit: '%'
|
unit: "%"
|
||||||
name: Watch
|
name: Watch
|
||||||
needle: false
|
needle: false
|
||||||
severity:
|
severity:
|
||||||
|
@ -10,8 +10,8 @@ You can purchase cloud-based access to your Home Assistant from [Nabu Casa](http
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
* Your API URL would be of the format `https://<id>.ui.nabu.casa/api`
|
- Your API URL would be of the format `https://<id>.ui.nabu.casa/api`
|
||||||
* Your Garmin Watch Menu would be of the format Menu: `https://<id>.ui.nabu.casa/local/garmin/menu.json`
|
- Your Garmin Watch Menu would be of the format Menu: `https://<id>.ui.nabu.casa/local/garmin/menu.json`
|
||||||
|
|
||||||
Where `<id>` is your personal Nabu Casa account ID.
|
Where `<id>` is your personal Nabu Casa account ID.
|
||||||
|
|
||||||
@ -23,11 +23,11 @@ Before Nabu Casa, or if you wanted to manage your own infrastructure, you might
|
|||||||
|
|
||||||
Now you have to manage:
|
Now you have to manage:
|
||||||
|
|
||||||
* Dynamic DNS
|
- Dynamic DNS
|
||||||
* Public access via router port forwarding
|
- Public access via router port forwarding
|
||||||
* Security via HTTPS and URL forwarding
|
- Security via HTTPS and URL forwarding
|
||||||
* Certificates for HTTPS via say [Let's Encrypt](https://letsencrypt.org/) (Nginx web server helps here)
|
- Certificates for HTTPS via say [Let's Encrypt](https://letsencrypt.org/) (Nginx web server helps here)
|
||||||
* Proxy allow list in `configuration.yaml` as follows:
|
- Proxy allow list in `configuration.yaml` as follows:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
http:
|
http:
|
||||||
|
Reference in New Issue
Block a user