mirror of
https://github.com/HASwitchPlate/HASPone.git
synced 2025-07-29 14:16:39 +00:00
blueprint README
This commit is contained in:
parent
6080f1fc02
commit
8d4a46103f
@ -114,6 +114,99 @@ Page 8 controls a selected media player with artist and track info, track back/p
|
|||||||
|
|
||||||
A HASP button displays the current temperature on the right with a dynamic thermometer icon on the left and (optional) colors.
|
A HASP button displays the current temperature on the right with a dynamic thermometer icon on the left and (optional) colors.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Display Template
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Display_Template.yaml)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
A button on the HASP will display the output of a template. The template is updated when the state of a selected entity updates.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Display Text
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Display_Text.yaml)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
A button on the HASP will display text. This can be useful when combined with other blueprints which perform an action, but don't apply a label to a button. Deploy both blueprints on the same button, and now you have a button that says things things and does things.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Display Toggle
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Display_Toggle.yaml)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Press a button on the HASP to toggle the state of an entity. The button colors and text can change in response to the on/off state or attribute of the selected entity.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Display Volume Control on page 8
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Display_Volume_Control_page8.yaml)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The slider button on page 8 displays a volume control
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Display Weather Condition with Icon
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Display_Weather_Condition_with_Icon.yaml)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
A HASP button displays the current weather condition on the right with a matching icon on the left
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Display Weather Forecast
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Display_Weather_Forecast.yaml)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
A HASP button displays an attribute of a selected weather forecast. You can use this to display tomorrow's condition, or tonight's low temp. Available forecast conditions will vary by weather provider, check your selected provider's state under `Developer Tools` > `States` to get a sense of what your selected provider has to offer.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Perform Action
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Perform_Action.yaml)
|
||||||
|
|
||||||
|
A button on the HASP will perform an action when pressed. Can be combined on a button with another blueprint which displays text.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Remove MQTT Discovery Devices
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Remove_MQTT_Discovery_Devices.yaml)
|
||||||
|
|
||||||
|
Press RUN ACTIONS to remove retained MQTT discovery messages for a decommissioned HASP.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### HASP Theme Dark on Light
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Theme_Dark_on_Light.yaml)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Press RUN ACTIONS to apply the theme Dark on Light to the selected HASP device
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### HASP Theme Light on Dark
|
||||||
|
|
||||||
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FHASwitchPlate%2FHASPone%2Fblob%2Fmain%2FHome_Assistant%2Fblueprints%2Fhasp_Theme_Light_on_Dark.yaml)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Press RUN ACTIONS to apply the theme Light on Dark to the selected HASP device
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ blueprint:
|
|||||||
|
|
||||||
# Description
|
# Description
|
||||||
|
|
||||||
Press a button on the HASP to toggle the state of an entity. The button colors will change in response to the on/off state or attribute of the selected entity.
|
Press a button on the HASP to toggle the state of an entity. The button colors and text can change in response to the on/off state or attribute of the selected entity.
|
||||||
|
|
||||||
There are a lot of options below! No worries, the defaults should work in a lot of cases.
|
There are a lot of options below! No worries, the defaults should work in a lot of cases.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user