1.2 KiB
1.2 KiB
title |
---|
Adding more info dialogs |
Whenever the user taps or clicks on one of the cards, a more info dialog will show. The header of this dialog will be the state card, followed by the history of this entity for the last 24 hours. Below this the more info component is rendered for that entity. The more info component can show more information or allow more ways of control.
The instructions to add a more info dialog are very similar to adding a new card type. This example will add a new more info component for the domain camera
:
- Add
'camera'
to the arrayDOMAINS_WITH_MORE_INFO
in the file /common/const.ts. - Create the files
more-info-camera.js
in the folder /dialogs/more-info/controls. - Add
import './more-info-camera.js';
to /dialogs/more-info/more-info-content.ts