mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Merge pull request #1895 from iantrich/row-types
Make hass optional within EntityRow as it may not be defined
This commit is contained in:
commit
ec6db9c8ca
@ -23,6 +23,6 @@ export type EntityRowConfig =
|
||||
| WeblinkConfig;
|
||||
|
||||
export interface EntityRow {
|
||||
hass: HomeAssistant;
|
||||
hass?: HomeAssistant;
|
||||
setConfig(config: EntityRowConfig);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user