You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_docs/authentication/multi-factor-auth.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ The Multi-factor Authentication (MFA) modules require you to solve a second chal
7
7
8
8
A password can be compromised in a number of ways, for example, it can be guessed if it is a simple password. MFA provides a second level of defense by requiring:
9
9
10
-
* something you know, like your username and password, and
11
-
* something you have, like a one-time password sent to your phone.
10
+
- something you know, like your username and password, and
11
+
- something you have, like a one-time password sent to your phone.
12
12
13
13
You can use MFA with any of the other authentication providers. If more than one MFA module is enabled, you can choose one when you log in.
Copy file name to clipboardExpand all lines: source/_docs/authentication/providers.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ name = John Doe
179
179
180
180
Leading and trailing whitespace, as well as lines starting with `#` are ignored. The following variables are supported. More may be added in the future.
181
181
182
-
* `name`: The real name of the user to be displayed in their profile.
182
+
-`name`: The real name of the user to be displayed in their profile.
183
183
184
184
Stderr is not read at all and just passed through to that of the Home Assistant process, hence you can use it for status messages or suchlike.
Copy file name to clipboardExpand all lines: source/_includes/common-tasks/flashing_n2_otg.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,17 +63,17 @@ This will configure the ODROID-N2+ and OTG to act as a memory card reader:
63
63
64
64
1. Connect the ODROID-N2+ to your PC via the micro-USB port at the front of the ODROID-N2+.
65
65
1. When the ODROID-N2 is recognized as a USB connected storage device, you can flash the eMMC with [Etcher](https://www.balena.io/etcher/).
66
-
* Use the latest stable version of Home Assistant OS for the [ODROID-N2+](https://github.com/home-assistant/operating-system/releases/download/{{site.data.version_data.hassos['odroid-n2']}}/haos_odroid-n2-{{site.data.version_data.hassos['odroid-n2']}}.img.xz) (haos_odroid-n2-{{site.data.version_data.hassos['odroid-n2']}}.img.xz).
66
+
- Use the latest stable version of Home Assistant OS for the [ODROID-N2+](https://github.com/home-assistant/operating-system/releases/download/{{site.data.version_data.hassos['odroid-n2']}}/haos_odroid-n2-{{site.data.version_data.hassos['odroid-n2']}}.img.xz) (haos_odroid-n2-{{site.data.version_data.hassos['odroid-n2']}}.img.xz).
67
67
68
68
1. When the flash process is complete, disconnect the ODROID-N2+ from your PC.
69
-
* Remove the power cable.
70
-
* Remove the USB and HDMI cables.
71
-
* Make sure to toggle the boot mode switch back to MMC.
69
+
- Remove the power cable.
70
+
- Remove the USB and HDMI cables.
71
+
- Make sure to toggle the boot mode switch back to MMC.
72
72
73
73
1. Put the ODROID back in its case.
74
74
1. Connect your ODROID-N2+ to your network with an Ethernet cable and plug in power.
75
75
76
76
1. If your router supports mDNS, you can reach your installation at `http://homeassistant.local:8123`.
77
-
* If your network doesn’t support mDNS, you’ll have to use the IP address of your ODROID-N2+ instead of `homeassistant.local`. For example, `http://192.168.0.9:8123`.
78
-
* You should be able to find the IP address of your ODROID-N2+ from the admin interface of your router.
77
+
- If your network doesn’t support mDNS, you’ll have to use the IP address of your ODROID-N2+ instead of `homeassistant.local`. For example, `http://192.168.0.9:8123`.
78
+
- You should be able to find the IP address of your ODROID-N2+ from the admin interface of your router.
79
79
1. Continue with [onboarding](/getting-started/onboarding/).
0 commit comments