mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Make hass optional within EntityRow as it may not be defined
This commit is contained in:
parent
8b02371786
commit
bb483c9d72
@ -23,6 +23,6 @@ export type EntityRowConfig =
|
|||||||
| WeblinkConfig;
|
| WeblinkConfig;
|
||||||
|
|
||||||
export interface EntityRow {
|
export interface EntityRow {
|
||||||
hass: HomeAssistant;
|
hass?: HomeAssistant;
|
||||||
setConfig(config: EntityRowConfig);
|
setConfig(config: EntityRowConfig);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user