Skip to content

Commit 4401f9b

Browse files
authored
Add radius to core configuration (#499)
1 parent 4e9a091 commit 4401f9b

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
@@ -41,6 +41,7 @@ export type HassConfig = {
4141
latitude: number;
4242
longitude: number;
4343
elevation: number;
44+
radius: number;
4445
unit_system: {
4546
length: string;
4647
mass: string;

0 commit comments

Comments
 (0)