mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add name option to season sensor (#11346)
* Add name option to season sensor * Fix default value in configuration option name
This commit is contained in:
parent
6a58702df2
commit
723f54df5a
@ -37,4 +37,9 @@ type:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: astronomical
|
default: astronomical
|
||||||
|
name:
|
||||||
|
description: "An identifier for the sensor in the frontend."
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: Season
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user