mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix typo in state_characteristic warning (#60990)
This commit is contained in:
parent
66c7387111
commit
73c880b6c2
@ -63,9 +63,9 @@ STAT_VARIANCE = "variance"
|
||||
|
||||
STAT_DEFAULT = "default"
|
||||
DEPRECATION_WARNING = (
|
||||
"The configuration parameter 'state_characteristics' will become "
|
||||
"The configuration parameter 'state_characteristic' will become "
|
||||
"mandatory in a future release of the statistics integration. "
|
||||
"Please add 'state_characteristics: %s' to the configuration of "
|
||||
"Please add 'state_characteristic: %s' to the configuration of "
|
||||
'sensor "%s" to keep the current behavior. Read the documentation '
|
||||
"for further details: "
|
||||
"https://www.home-assistant.io/integrations/statistics/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user