Skip to content

Extends textlint Terminology list; part 4 #12070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .textlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@
"AWS",
"Axis",
"Beckhoff",
"Bravia",
"BSSID",
"Cisco IOS",
"Dark Sky",
"Debian",
"deCONZ",
"DNS",
"Docker Hub",
Expand Down Expand Up @@ -105,13 +107,16 @@
"iOS",
"IoT",
"IP",
"ISY994",
"iTunes",
"JSON",
"Kafka",
"KEF",
"LED",
"Let's Encrypt",
"Life360",
"Linky",
"Linux",
"Lovelace",
"macOS",
"Microsoft",
Expand All @@ -126,6 +131,7 @@
"OpenWrt",
"PDU",
"Philips",
"PlayStation",
"Plex Media Server",
"Plex",
"PTZ",
Expand All @@ -136,45 +142,87 @@
"Samung",
"Sentry",
"Signal Messenger",
"SkyBell",
"Slack",
"SleepIQ",
"SmartThings",
"SMS",
"Sonos",
"Sony",
"Spotify",
"SQL",
"SSID",
"SSL",
"StarLine",
"Stookalert",
"StreamLabs",
"STT",
"Sure Petcare",
"SwitchBot",
"Synology",
"Tahoma",
"TCP/IP",
"Tesla",
"TMB",
"Todoist",
"Toon",
"TTS",
"Tuya",
"TV",
"Twilio",
"TwinCAT",
"Twitch",
"Twitter",
"UART",
"Ubiquiti",
"Ubuntu",
"UI",
"UniFi",
"unRAID",
"UPS",
"URL",
"Velbus",
"Velux",
"Venstar",
"Vera",
"Verisure",
"VersaSense",
"ViCare",
"Viessmann",
"VIVOTEK",
"Vizio",
"Vultr",
"Wink",
"WLED",
"Wunderlist",
"WWLLN",
"Xiaomi",
"Yamaha MusicCast",
"Yamaha",
"YAML",
"Yandex",
"Yeelight",
"YouTube",
"Z-Wave",
"ZHA",
"Zigbee",
"Ziggo Mediabox XL",
"Ziggo",
"ZoneMinder",
[" HA ", "Home Assistant"],
["Alarm ?dot ?com", "Alarm.com"],
["an URL", "a URL"],
["API['’]?s", "APIs"],
["DarkSky", "Dark Sky"],
["FRITZ!? ?Box", "FRITZ!Box"],
["hass", "Home Assistant"],
["Home-?Ass?s?iss?tt?ant", "Home Assistant"],
["ISY ?994", "ISY994"],
["Mac ?OS", "macOS"],
["OS ?X", "macOS"],
["Sky Bell", "SkyBell"],
["Sleep IQ", "SleepIQ"],
["Twill?o", "Twilio"],
["URL['’]?s", "URLs"],
["ZWave", "Z-Wave"]
]
Expand Down
4 changes: 2 additions & 2 deletions source/_docs/autostart/upstart.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: "Autostart using Upstart"
description: "Instructions on how to setup Home Assistant to launch on boot using Upstart."
---

Many linux distributions use the Upstart system (or similar) for managing daemons. Typically, systems based on Debian 7 or previous use Upstart. This includes Ubuntu releases before 15.04. If you are unsure if your system is using Upstart, you may check with the following command:
Many Linux distributions use the Upstart system (or similar) for managing daemons. Typically, systems based on Debian 7 or previous use Upstart. This includes Ubuntu releases before 15.04. If you are unsure if your system is using Upstart, you may check with the following command:

```bash
$ ps -p 1 -o comm=
ps -p 1 -o comm=
```

If the preceding command returns the string `init`, you are likely using Upstart.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/deconz.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ The `entity_id` names will be `light.device_name`, where `device_name` is define
- Philips Hue Hue White ambiance Milliskin (recessed spotlight) LTW013
- Philips Hue LightStrip Plus
- Busch Jaeger Zigbee Light Link univ. relai (6711 U) with Zigbee Light Link control element 6735-84
- Xiaomi Aqara Smart Led Bulb (white) E27 ZNLDP12LM
- Xiaomi Aqara Smart LED Bulb (white) E27 ZNLDP12LM

## Scene

Expand Down
Loading