mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Add image platform to Habitica integration (#36596)
This commit is contained in:
parent
2a821eb19d
commit
dade4022d6
@ -5,6 +5,7 @@ ha_category:
|
|||||||
- Calendar
|
- Calendar
|
||||||
- Sensor
|
- Sensor
|
||||||
- To-do list
|
- To-do list
|
||||||
|
- Image
|
||||||
ha_release: 0.78
|
ha_release: 0.78
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_domain: habitica
|
ha_domain: habitica
|
||||||
@ -16,6 +17,7 @@ ha_platforms:
|
|||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
- todo
|
- todo
|
||||||
|
- image
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@tr4nt0r'
|
- '@tr4nt0r'
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -96,6 +98,10 @@ Verify SSL certificate:
|
|||||||
|
|
||||||
- **Pending quest invitation**: Indicates if you have an invitation to a quest awaiting your response.
|
- **Pending quest invitation**: Indicates if you have an invitation to a quest awaiting your response.
|
||||||
|
|
||||||
|
## Image
|
||||||
|
|
||||||
|
- **Avatar**: Displays your character's current avatar (note: animated avatars are currently not supported and will be displayed as static images).
|
||||||
|
|
||||||
## To-do lists
|
## To-do lists
|
||||||
|
|
||||||
The following Habitica tasks are available as to-do lists in Home Assistant. You can add, delete, edit and check-off completed tasks
|
The following Habitica tasks are available as to-do lists in Home Assistant. You can add, delete, edit and check-off completed tasks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user