Skip to content

Commit 6bec9fe

Browse files
authored
Add support for description placeholders for service actions (#661)
1 parent 0151d63 commit 6bec9fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export type HassEntities = { [entity_id: string]: HassEntity };
100100
export type HassService = {
101101
name?: string;
102102
description?: string;
103+
description_placeholders?: { [placeholder: string]: string };
103104
target?: {} | null;
104105
fields: {
105106
[field_name: string]: {

0 commit comments

Comments
 (0)