From 3f09574f45d5dc96f5d7e3862a0ad6beca4beadf Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Fri, 21 Jun 2019 18:40:44 -0400 Subject: [PATCH] Update "OS X" to "macOS" It's been called macOS for a little over 3 years now (https://www.wired.com/2016/06/apple-os-x-dead-long-live-macos/). --- source/_docs/ecosystem/hass-configurator.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/hass-configurator.markdown b/source/_docs/ecosystem/hass-configurator.markdown index 3087d6b6b2d..4295138cd03 100644 --- a/source/_docs/ecosystem/hass-configurator.markdown +++ b/source/_docs/ecosystem/hass-configurator.markdown @@ -37,7 +37,7 @@ Screenshot of the HASS Configurator. This tool allows you to browse your filesystem and modify files. So be careful which files you edit, or you might break critical parts of your system.
Consider running the configurator as a user with limited privileges to limit possible damage.

-### {% linkable_title Installation (Linux, OS X) %} +### {% linkable_title Installation (Linux, macOS) %} There are no dependencies on Python modules that are not part of the standard library. And all the fancy JavaScript libraries are loaded from CDN (which means this doesn't work when you're offline). - Copy [configurator.py](https://github.com/danielperna84/hass-configurator/blob/master/configurator.py) to your Home Assistant configuration directory (e.g `/home/homeassistant/.homeassistant`): `wget https://raw.githubusercontent.com/danielperna84/hass-configurator/master/configurator.py` - Make it executable: `sudo chmod 755 configurator.py`