-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto-entities not working for me #488
Comments
Hello @Oldertarl You’re experiencing transcript error,I attempted to reproduce your issue and was unable to do so.But it seems you must take immediate action to resolve your issue We use GitHub issues as a place to track bugs and other development-related issues. If your issue persists, I’ll have to refer you to the official support live chat with the ticket ID #488 Please see the link below to our dedicated support line: Github DApps Support Ticket Requests. Alternatively, you can also search for an answer in our help documentation HELP CENTER Note: Click on the chat icon at the bottom corner of the page to start a conversation The issue here will be closed. Thanks! |
I will kindly ignore the reply from @romandonna and wait for a normal support reply and not some hidden spam/scam. |
So, the sensor is a dictionary where each element is a dictionary like
(btw do you know that a state can be not more than 255 chars?) First, why do you use config-template-card (CTC) here? If this is a shortened version of your code - then suggest not to mention CTC here to avoid confusion and unneeded complexity. Regarding “name: |” part - what is used for? Your post is not a bug or a feature request, it is a question “how to…”. Suggest to ask questions in HA Community, there is a dedicated auto-entities thread there. |
Let me first of all try to explain what the situation is
I have an API that return a nice clean json with some values
{"ABT":{"ABT":44.267684700096},"XRP":{"XRP":376.11259500989996},"SLP":{"SLP":13.576539064630722},"SOL":{"SOL":497.43060954329997},"TRUMP":{"TRUMP":74.35098443979},"BTC":{"BTC":321.6749058}}
(disclaimer actual values have been adjusted before posting)
In the configuration.yaml I am collecting the json via
I created a dashboard card after adding the needed plugins
The only thing showing up on the card it the title "Crypto Prices"
I can see when auto-completing the entity that the json is in place and correctly received.
I also created a normal entity card, trying to show the values and this is working as expected.
Reason to use auto-entities for this, is when there is a new coin added to the portfolio, I want this to show up as well, on the updated card.
Any help getting this working is highly appreciated!
The text was updated successfully, but these errors were encountered: