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:
springstan 2019-12-02 12:00:38 +01:00 committed by Fabian Affolter
parent 6a58702df2
commit 723f54df5a

View File

@ -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 %}