-
Notifications
You must be signed in to change notification settings - Fork 59
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
can you help how to make the network rail work? #9
Comments
If you look in the network.yaml file you'll see it's using the "rail" layout file. I believe the path is: ui/templates/button-card/rail-rows.yaml. So you'll need to load that into your files as well. But my question for @Madelena is similar - by default, the individual yaml files in HA are not obviously available outside the web ui. I believe if accessing via the CLI, they are hidden in the storage folder. So when you use !include for a lot of your design components are those files in the default /config directory? Do dashboards consider their root the storage folder? @itsboo07 since Madelena is on medical leave this month, I would look through the path above and add the appropriate yamls to your config dir. Then include them in your dashboard yaml. In your case, configuring them would start on line 164 of of the network.yaml file. Hope your surgery went smoothly, Madelena! Looking forward to seeing you back here soon. :) |
A bit unrelated, but I can't seem to find some sensors used in the network view. |
@JohnnyJTH Cloudflare uses the Ping sensor, and the code looks like this: sensor:
- platform: ping
entity_namespace: ping
host: 1.1.1.1
name: "Cloudflare"
count: 3
scan_interval: 30 And the speedtest sensor comes from the SpeedTest.net integration. |
@itsboo07 I had made quite a few changes to this since the code was published, so I will need to publish the new code first before I can answer the question. |
All right, thanks a lot! I love this layout so much... |
Hello Madalena thanks for your work it is fantastic.. when you publish the new code? |
I can get the entities part work. but left of entities how to get that graph type of thing? can you please share that work.. and really love your dashboard ..great work
The text was updated successfully, but these errors were encountered: