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 c940716 commit 2a8410e
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions nspanel_blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ 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).
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).

Check failure on line 21 in nspanel_blueprint.yaml

View workflow job for this annotation

GitHub Actions / Validate Blueprint YAML

21:121 [line-length] line too long (121 > 120 characters)

source_url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/nspanel_blueprint.yaml
domain: automation
homeassistant:
min_version: 2024.10.0

input:
nspanel_name: # This key was kept with this name to support inputs from legacy versions where the panel name was used
nspanel_name: # This key was kept with this name to support legacy versions where the panel name was used
name: NSPanel device (REQUIRED)
description: "Please select the ESPHome device related to the NSPanel to be controlled by this automation."
default: []
Expand All @@ -51,7 +52,9 @@ blueprint:
default: en
selector:
language:
languages: [en, bg, hr, cs, da, nl, et, fi, fr, de, el, he, hu, id, it, ja, ko, lv, lt, nb, pl, pt, ro, ru, sk, sl, es, sv, th, tr, uk, zh-tw]
languages: >
[en, bg, hr, cs, da, nl, et, fi, fr, de, el, he, hu, id, it, ja,
ko, lv, lt, nb, pl, pt, ro, ru, sk, sl, es, sv, th, tr, uk, zh-tw]
date_format:
name: Date Format
description: "Select the format for date to display."
Expand Down Expand Up @@ -568,7 +571,9 @@ blueprint:
- weather
outdoortemp:
name: Home page - Outdoor Temperature Sensor (Optional)
description: 'If no outdoor sensor is available, leave the field empty and the value from your selected weather integration will be used automatically.'
description: >
If no outdoor sensor is available, leave the field empty and
the value from your selected weather integration will be used automatically.
default: []
selector: &entity_temp_sensor-selector
entity:
Expand Down Expand Up @@ -660,7 +665,8 @@ blueprint:
home_value01_icon:
name: Home page - Entity State 01 - Icon (Optional)
description: &description_icon_automatic_default >
***Icon Display:** If not specified, an attribute-defined icon will be used, if available. Otherwise, no icon will be shown.*
***Icon Display:** If not specified, an attribute-defined icon will be used, if available.
Otherwise, no icon will be shown.*
default: []
selector: *selector_icon
home_value01_icon_color:
Expand Down Expand Up @@ -773,7 +779,8 @@ blueprint:
boolean:
chip01_icon:
name: Home page - Chip 01 - Icon (Optional)
description: "Specify an icon to show when the entity's state matches. If not set, the entity's default icon is used."
description: &chip_icon_description >
Specify an icon to show when the entity's state matches. If not set, the entity's default icon is used."
default: []
selector: *selector_icon
chip01_icon_color:
Expand All @@ -794,7 +801,7 @@ blueprint:
boolean:
chip02_icon:
name: Home page - Chip 02 - Icon (Optional)
description: "Specify an icon to show when the entity's state matches. If not set, the entity's default icon is used."
description: *chip_icon_description
default: []
selector: *selector_icon
chip02_icon_color:
Expand All @@ -815,7 +822,7 @@ blueprint:
boolean:
chip03_icon:
name: Home page - Chip 03 - Icon (Optional)
description: "Specify an icon to show when the entity's state matches. If not set, the entity's default icon is used."
description: *chip_icon_description
default: []
selector: *selector_icon
chip03_icon_color:
Expand All @@ -836,7 +843,7 @@ blueprint:
boolean:
chip04_icon:
name: Home page - Chip 04 - Icon (Optional)
description: "Specify an icon to show when the entity's state matches. If not set, the entity's default icon is used."
description: *chip_icon_description
default: []
selector: *selector_icon
chip04_icon_color:
Expand All @@ -857,7 +864,7 @@ blueprint:
boolean:
chip05_icon:
name: Home page - Chip 05 - Icon (Optional)
description: "Specify an icon to show when the entity's state matches. If not set, the entity's default icon is used."
description: *chip_icon_description
default: []
selector: *selector_icon
chip05_icon_color:
Expand All @@ -878,7 +885,7 @@ blueprint:
boolean:
chip06_icon:
name: Home page - Chip 06 - Icon (Optional)
description: "Specify an icon to show when the entity's state matches. If not set, the entity's default icon is used."
description: *chip_icon_description
default: []
selector: *selector_icon
chip06_icon_color:
Expand All @@ -899,7 +906,7 @@ blueprint:
boolean:
chip07_icon:
name: Home page - Chip 07 - Icon (Optional)
description: "Specify an icon to show when the entity's state matches. If not set, the entity's default icon is used."
description: *chip_icon_description
default: []
selector: *selector_icon
chip07_icon_color:
Expand Down

0 comments on commit 2a8410e

Please sign in to comment.