forked from lbbrhzn/ocpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
71 lines (66 loc) · 1.2 KB
/
configuration.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Loads default set of integrations. Do not remove.
#default_config:
#automation:
assist_pipeline:
backup:
bluetooth:
config:
conversation:
counter:
dhcp:
energy:
#frontend:
hardware:
history:
homeassistant_alerts:
image_upload:
input_boolean:
input_button:
input_datetime:
input_number:
input_select:
input_text:
logbook:
#logger:
map:
my:
network:
person:
schedule:
#scene:
#script:
stream:
sun:
system_health:
tag:
timer:
usb:
webhook:
zone:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
#automation: !include automations.yaml
#script: !include scripts.yaml
#scene: !include scenes.yaml
ocpp:
default_authorization_status: 'Invalid'
authorization_list:
- id_tag: 'pulsar'
name: 'My tag'
authorization_status : Accepted
- id_tag: 'CAFEBABE'
name: 'Some other tag'
authorization_status: Blocked
- id_tag: 'DEADBEEF'
name: 'Old tag'
status: Expired
- id_tag: '12341234'
name: 'Invalid tag'
authorization_status: Invalid
logger:
default: info
logs:
custom_components.cpps: debug
# If you need to debug uncomment the line below (doc: https://www.home-assistant.io/integrations/debugpy/)
# debugpy: