mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +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
|
||||
type: string
|
||||
default: astronomical
|
||||
name:
|
||||
description: "An identifier for the sensor in the frontend."
|
||||
required: false
|
||||
type: string
|
||||
default: Season
|
||||
{% endconfiguration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user