Skip to content

Commit

Permalink
Spell check dict update (home-assistant#19730)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
stefanroelofs and frenck authored Oct 22, 2021
1 parent f0d0522 commit 87b84af
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 10 deletions.
60 changes: 53 additions & 7 deletions .vscode/cSpell.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,92 @@
// cSpell Settings
// Contains additional words for our project
{
"version": "0.1",
"version": "0.2",
"language": "en",
"words": [
"aeotec",
"Alexa",
"arest",
"autodiscovery",
"autoheal",
"automations",
"balloob",
"bloomsky",
"bluesound",
"Bluesound",
"BTLE",
"CEST",
"Chromecast",
"deCONZ",
"Denon",
"DSMR",
"elif",
"endcomment",
"endconfiguration",
"endfor",
"endraw",
"esphome",
"Etekcity",
"fitbit",
"EventStream",
"Everspring",
"Fibaro",
"Fitbit",
"Flexit",
"Frenck",
"geolocation",
"GPSLogger",
"Harman",
"hass",
"Hass.io",
"HassOS",
"hcitool",
"heos",
"hikvision",
"Hikvision",
"HomeKit",
"Homematic",
"HVAC",
"IBAN",
"icloud",
"IFTTT",
"kardon",
"Lutron",
"macos",
"Meteobridge",
"Modbus",
"Mosquitto",
"Nabu Casa",
"nginx",
"Nijhof",
"Nmap",
"ohmconnect",
"Onkyo",
"paulus",
"OpenZWave",
"OwnTracks",
"Paulus",
"Powerwall",
"Pushbullet",
"Schoutsen",
"SmartThings",
"statestream",
"templating",
"timedelta",
"TRÅDFRI",
"Tuya",
"UART",
"utcnow",
"wakeup",
"waqi",
"Webhook"
"WLED",
"worldclock",
"Xiaomi",
"Zigbee"
],
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
"flagWords": ["hte", "asssistant"],
"flagWords": [
"hte",
"asssistant"
],
"enabledLanguageIds": [
"asciidoc",
"c",
Expand Down
6 changes: 3 additions & 3 deletions source/_docs/energy/individual-devices.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Integrating individual device energy usage"
description: "Learn how to add information about individual device energy usage to Home Assistant home energy management."
---

Home Assistant can integrate the energy usage of individual devices into Home Assistant. That way you can see the impact of individual devices on your total enery consumption.
Home Assistant can integrate the energy usage of individual devices into Home Assistant. That way you can see the impact of individual devices on your total energy consumption.

## Hardware

Expand All @@ -20,8 +20,8 @@ Smart relays sit behind your "normal" switches and make them smart. It allows yo
{% comment %}
We recommend the Shelly brand because they have a local API that updates Home Assistant as soon as something happens and it has a high quality integration:

- [Shelly 1PM](https://shop.shelly.cloud/shelly-1pm-wifi-smart-home-automation-1?tracking=A7FsiPIfUWsFpnfKHa8SRyUYLXjr2hPq)
- [Shelly 2.5](https://shop.shelly.cloud/shelly-2.5-ce-ul-wifi-smart-home-automation?tracking=A7FsiPIfUWsFpnfKHa8SRyUYLXjr2hPq)
- [Shelly 1PM](https://shop.shelly.cloud/shelly-1pm-wifi-smart-home-automation-1?tracking=A7FsiPIfUWsFpnfKHa8SRyUYLXjr2hPq)
- [Shelly 2.5](https://shop.shelly.cloud/shelly-2.5-ce-ul-wifi-smart-home-automation?tracking=A7FsiPIfUWsFpnfKHa8SRyUYLXjr2hPq)
{% endcomment %}

<img src='/images/docs/energy/devices.png' alt='Graphic showing energy flowing from the home to individual devices.' style='border: 0;box-shadow: none; display: block; max-height: 400px; margin: 0 auto;'>
Expand Down

0 comments on commit 87b84af

Please sign in to comment.