mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +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;
|
| 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