extra-map-card 1.3.2 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,6 +30,7 @@ export interface HaMapEntity {
30
30
  attribute?: string;
31
31
  name?: string;
32
32
  focus?: boolean;
33
+ icon?: string;
33
34
  }
34
35
  export interface HaMapPathPoint {
35
36
  point: LngLatLike;
@@ -7,3 +7,4 @@ export * from './parse-aspect-ratio';
7
7
  export * from './process-config-entities';
8
8
  export * from './process-editor-entities';
9
9
  export * from './has_location';
10
+ export * from './load-module';
@@ -0,0 +1,3 @@
1
+ import { HomeAssistant } from '@types';
2
+ export declare const addResource: (hass: HomeAssistant) => Promise<void>;
3
+ export declare const resetAddResource: () => void;
@@ -1,3 +1 @@
1
- import { HaMapEntity } from 'types/config';
2
1
  export declare const loadHaComponents: () => void;
3
- export declare const loadMapCard: (entities: string[] | HaMapEntity[]) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "extra-map-card",
3
- "version": "1.3.2",
3
+ "version": "1.4.0",
4
4
  "description": "Lovelace custom map card for Home Assistant",
5
5
  "keywords": [
6
6
  "home-assistant",