You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For sensors and binary sensors, we currently use a random.choice. This is embedded in the data extraction code, making it unclear to users how they could change it to their own entity ID. We should clarify that by extracting the random.choice to a variable and adding commented out code and a comment on how to change that to your own entity ID.
The text was updated successfully, but these errors were encountered:
balloob
transferred this issue from home-assistant/data.home-assistant
Dec 27, 2018
For sensors and binary sensors, we currently use a random.choice. This is embedded in the data extraction code, making it unclear to users how they could change it to their own entity ID. We should clarify that by extracting the random.choice to a variable and adding commented out code and a comment on how to change that to your own entity ID.
The text was updated successfully, but these errors were encountered: