-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.yaml
31 lines (30 loc) · 1.11 KB
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Emergency alerts from krisinformation.se
description: A custom component for emergency information from Swedish authorities
type: component
keywords:
- krisinformation.de
- sweden
- swedish
- emergency
- krisis
- crisis
author:
name: Isabella Gross Alström
email: [email protected]
homepage: https://isabellaalstrom.github.io/
license: MIT
files:
- custom_components/krisinformation/__init__.py
- custom_components/krisinformation/api.py
- custom_components/krisinformation/binary_sensor.py
- custom_components/krisinformation/config_flow.py
- custom_components/krisinformation/config_schema.py
- custom_components/krisinformation/const.py
- custom_components/krisinformation/device.py
- custom_components/krisinformation/sensor.py
- custom_components/krisinformation/system_health.py
- custom_components/krisinformation/translations/en.json
- custom_components/krisinformation/kriscom/__init__.json
- custom_components/krisinformation/kriscom/const.json
- custom_components/krisinformation/kriscom/exceptions.json
- custom_components/krisinformation/kriscom/kriscom.json