mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-12-21 12:13:35 +00:00
Set battery entity categories to 'diagnostic' to hide them from the main view
This commit is contained in:
@@ -26,6 +26,16 @@ export interface AlarmControlPanelComponent {
|
||||
*/
|
||||
unique_id: string;
|
||||
|
||||
/**
|
||||
* The [category](https://developers.home-assistant.io/docs/core/entity#generic-properties) of the entity.
|
||||
*/
|
||||
entity_category?: string;
|
||||
|
||||
/**
|
||||
* Picture URL for the entity.
|
||||
*/
|
||||
entity_picture?: string;
|
||||
|
||||
/**
|
||||
* The MQTT topic subscribed to receive state updates.
|
||||
* A `None` payload resets to an `unknown` state.
|
||||
@@ -89,16 +99,6 @@ export interface AlarmControlPanelComponent {
|
||||
*/
|
||||
encoding?: string;
|
||||
|
||||
/**
|
||||
* The [category](https://developers.home-assistant.io/docs/core/entity#generic-properties) of the entity.
|
||||
*/
|
||||
entity_category?: string;
|
||||
|
||||
/**
|
||||
* Picture URL for the entity.
|
||||
*/
|
||||
entity_picture?: string;
|
||||
|
||||
/**
|
||||
* [Icon](https://www.home-assistant.io/docs/configuration/customizing-devices/#icon) for the entity.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user