-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
178 lines (168 loc) · 5.66 KB
/
mkdocs.yml
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
site_name: Hass Agent Documentation
site_url: https://hass-agent.io/
site_author: DrR0X
site_description: >-
Access your homeassistant from any windows machine - send notifications, collect data and automate repetitive tasks
repo_url: https://github.com/hass-agent/hass.agent-documentation
repo_name: HASS.Agent Documentation
edit_uri: edit/beta/docs/
copyright: >
Copyright © 2023 <a href="https://github.com/hass-agent" target="_blank" rel="noopener">HASS.Agent Team</a> -
<a href="#__consent">Change cookie settings</a>
theme:
name: material
custom_dir: overrides
features:
- navigation.tabs
- navigation.sections
- navigation.path
- navigation.top
- navigation.footer
- navigation.tracking
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotate
- content.code.copy
- content.action.edit
- content.action.view
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: custom
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: custom
accent: purple
favicon: assets/images/logo/logo-128-round.png
logo: assets/images/logo/logo-128.png
plugins:
- mike:
canonical_version: latest
# - social:
# enabled: !ENV [CI, false]
# cards_layout: default/variant
# cards_layout_options:
# background_image: layouts/HASS.Agent-Social-Card.png
# background_color: transparent
# color: #ffffff
- search
# Add stylesheet for custom color scheme
extra_css:
- assets/stylesheets/extra.css
# Add social icons to footer
extra:
version:
provider: mike
analytics:
provider: google
property: G-TBLK7V0HW7
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
consent:
actions:
- accept
- reject
- manage
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
markdown_extensions:
- tables
- toc:
permalink: true
toc_depth: 4
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.keys
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- footnotes
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.mark
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator:
!!python/name:material.extensions.emoji.to_svg # Page Tree
nav:
- Home: index.md
- Getting Started:
- getting-started/index.md
- Installation: getting-started/installation.md
- Initial Setup and First Run: getting-started/initial-setup.md
- Other Install Methods: getting-started/other-installs.md
- Using Quick Actions: getting-started/quick-actions.md
- Using Sensors: getting-started/sensors.md
- Using Commands: getting-started/commands.md
- Sending Notifications: getting-started/notifications.md
- Setting up the Media Player: getting-started/media-player.md
- Troubleshooting: getting-started/troubleshooting.md
- Setup:
- setup/index.md
- Helping Out:
- contributing/index.md
- We Need Help: contributing/need-help.md
- Reporting Issues / Features: contributing/reporting-issues.md
- Developing the App:
- contributing/hass-agent-app/index.md
- Developing the Integration:
- contributing/hass-agent-integration/index.md
- Setup: contributing/hass-agent-integration/setup.md
- Development Lifecycle: contributing/hass-agent-integration/development-lifecycle.md
- What to work on: contributing/hass-agent-integration/finding-issues.md
- Developing the Documentation:
- contributing/hass-agent-documentation/index.md
- Easy Editing: contributing/hass-agent-documentation/easy-editing.md
- Setup: contributing/hass-agent-documentation/setup.md
- Development Lifecycle: contributing/hass-agent-documentation/development-lifecycle.md
- Editing Files: contributing/hass-agent-documentation/editing-files.md
- Adding Pages: contributing/hass-agent-documentation/adding-pages.md
- Special Pages / Other Files: contributing/hass-agent-documentation/special-files.md
- Translating:
- contributing/translating/index.md
- Extra Resources:
- contributing/developer-resources/index.md
- Version System: contributing/developer-resources/version-system.md
- Current Developers: contributing/developer-resources/current-devs.md
- Changelog: changelog.md
- Getting Help: getting-help.md