mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
parent
9792572370
commit
16ae52c321
@ -24,7 +24,7 @@ const UNKNOWN_AUTOMATION_KEY = "UNKNOWN_AUTOMATION";
|
||||
export abstract class HaDeviceAutomationPicker<
|
||||
T extends DeviceAutomation
|
||||
> extends LitElement {
|
||||
public hass!: HomeAssistant;
|
||||
@property() public hass!: HomeAssistant;
|
||||
@property() public label?: string;
|
||||
@property() public deviceId?: string;
|
||||
@property() public value?: T;
|
||||
|
@ -24,7 +24,7 @@ import { compare } from "../../common/string/compare";
|
||||
|
||||
@customElement("ha-device-picker")
|
||||
class HaDevicePicker extends LitElement {
|
||||
public hass?: HomeAssistant;
|
||||
@property() public hass?: HomeAssistant;
|
||||
@property() public label?: string;
|
||||
@property() public value?: string;
|
||||
@property() public devices?: DeviceRegistryEntry[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user