Removed default sensor configuration#12252
Conversation
There was a problem hiding this comment.
Mostly unrelated, but why is there a space in 'TRY': 'mdi: currency-try', (after mdi:)... 🤔
d33f7dd to
1548830
Compare
|
@fabaff there should not be any breaking change here. That the two sensors were added by default is not described in the documentation. This is also the reason the users complained about it being a bug... |
|
The docs says that there is a default and removing a default will break the configuration of users who are running with the configuration sample. For |
| symbols = config.get(CONF_SYMBOLS) | ||
| conversions = config.get(CONF_FOREIGN_EXCHANGE) | ||
|
|
||
| if (symbols is None or len(symbols) == 0) and \ |
There was a problem hiding this comment.
if not symbols and not conversions:|
added PR for change to documentation |
|
Breaking change: The default of the |
Description:
As described in #12165, the sensor alpha vantage by default configures some smybols. This is removed now, instead a persistent_notification is shown if not symbols and no currencies are configured.
Related issue (if applicable): fixes #12165
Pull request in home-assistant.github.io with documentation (if applicable): home-assistant/home-assistant.io#4618
Example entry for
configuration.yaml(if applicable):Checklist: