Fixing broken link (#572)

This commit is contained in:
Littlejon 2020-06-09 18:09:13 +10:00 committed by GitHub
parent c89143933c
commit f205099110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Sensors, when not grouped, are shown as so-called badges on top of the state car
![Badges in the frontend](/img/en/frontend/frontend-badges.png) ![Badges in the frontend](/img/en/frontend/frontend-badges.png)
The different badges are located in the file [`/src/components/entity/ha-state-label-badge.js`](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/components/entity/ha-state-label-badge.js). The different badges are located in the file [`/src/components/entity/ha-state-label-badge.ts`](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/components/entity/ha-state-label-badge.ts).
Adding a custom card type can be done with a few simple steps. For this example we will add a new state card for the domain `camera`: Adding a custom card type can be done with a few simple steps. For this example we will add a new state card for the domain `camera`: