mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 02:16:35 +00:00
Don't show more info for weblinks. (#1416)
This commit is contained in:
parent
10009eea2e
commit
594c1d6615
@ -49,7 +49,8 @@ export const DOMAINS_HIDE_MORE_INFO = [
|
|||||||
'input_number',
|
'input_number',
|
||||||
'input_select',
|
'input_select',
|
||||||
'input_text',
|
'input_text',
|
||||||
'scene'
|
'scene',
|
||||||
|
'weblink'
|
||||||
];
|
];
|
||||||
|
|
||||||
/** Domains that should have the history hidden in the more info dialog. */
|
/** Domains that should have the history hidden in the more info dialog. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user