mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 21:40:27 +00:00
Fix ALL the eslint warnings (#23165)
* Fix many lint warnings * Fix ALL lint warnings * small fix * type fixes
This commit is contained in:
@@ -24,7 +24,7 @@ export abstract class HaDeviceAutomationPicker<
|
||||
|
||||
@property() public label?: string;
|
||||
|
||||
@property() public deviceId?: string;
|
||||
@property({ attribute: false }) public deviceId?: string;
|
||||
|
||||
@property({ type: Object }) public value?: T;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user