Skip to content

Commit

Permalink
yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Nov 19, 2024
1 parent 2a8410e commit 223fd78
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions nspanel_blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ blueprint:

**Documentation and Installation Video**:
For detailed guidance on setup and usage, visit
[NSPanel Configuration, Setup and HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/README.md).
[NSPanel Configuration, Setup & HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/README.md).

source_url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/nspanel_blueprint.yaml
domain: automation
Expand Down Expand Up @@ -940,7 +940,8 @@ blueprint:
description: &description_home_custom_button_entity >
Entity which should be controlled.

*Entities with supported advanced settings will open it's settings page, all other entities will execute the action or toggle when clicked.*
*Entities with supported advanced settings will open it's settings page,
all other entities will execute the action or toggle when clicked.*
default: []
selector: &selector_home_custom_button_entity
entity:
Expand Down Expand Up @@ -970,9 +971,11 @@ blueprint:
name: Home Page - Custom Button 1 - Title (Optional)
description: &description_home_custom_button_title >
Define a title for display on the button's detailed page, if applicable.
This title will not appear on the Home page but on the detailed page accessed through this button, where supported.
This title will not appear on the Home page but on the detailed page accessed through this button,
where supported.

In the absence of a specified title, the system will default to using the entity's Friendly Name or, failing that, its `entity_id`.
In the absence of a specified title, the system will default to using the entity's Friendly Name or,
failing that, its `entity_id`.
default: ""
selector:
text:
Expand Down Expand Up @@ -1056,7 +1059,7 @@ blueprint:
default: ""
selector:
text:
alarm: # This key was kept with this name to support inputs from legacy versions where the alarm was the only option at that button
alarm: # Name kept for legacy support where the alarm was the only option at that button
name: Home page - Custom button 7 - Entity (Optional)
description: *description_home_custom_button_entity
default: []
Expand Down Expand Up @@ -1116,9 +1119,11 @@ blueprint:
home_page_background_update:
name: Home page - Update in the background
description: >
When enabled, the Home page will be updated even when not visible or while the panel is sleeping, enhancing the user's experience when navigating between the pages.
When enabled, the Home page will be updated even when not visible or while the panel is sleeping,
enhancing the user's experience when navigating between the pages.

Disabling this may save some network and database consumption, with the cost of some slowness when constructing the Home page.
Disabling this may save some network and database consumption,
with the cost of some slowness when constructing the Home page.
default: true
selector:
boolean:
Expand All @@ -1142,7 +1147,8 @@ blueprint:
domain: climate
climate_chip_always_visible:
name: Main Climate - Always Show Chip
description: "Keep the climate chip visible on the interface, even when the climate entity is idle or turned off."
description: >
Keep the climate chip visible on the interface, even when the climate entity is idle or turned off.
default: false
selector:
boolean:
Expand Down Expand Up @@ -1344,9 +1350,11 @@ blueprint:
hw_buttons_bars_pages:
name: Hardware Buttons - Visibility Pages
description: >
Choose the pages where the bars, indicating the status of entities linked to hardware buttons, will be displayed.
Choose the pages where the bars, indicating the status of entities linked to hardware buttons,
will be displayed.

***Attention!** Overlapping of button bars with other components may occur on some pages. Please proceed with caution.*
***Attention!** Overlapping of button bars with other components may occur on some pages.
Please proceed with caution.*
default:
- '2'
- '61440'
Expand Down

0 comments on commit 223fd78

Please sign in to comment.