Set battery entity categories to 'diagnostic' to hide them from the main view

This commit is contained in:
Adrian Jagielak
2025-07-24 20:57:05 +02:00
parent 7fb4a35a41
commit 8dfd40a5d7
33 changed files with 328 additions and 418 deletions

View File

@@ -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.
*/