Spell check dict update (#19730)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Stefan 2021-10-22 12:32:47 +02:00 committed by GitHub
parent f0d0522a49
commit 87b84afd47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 10 deletions

60
.vscode/cSpell.json vendored
View File

@ -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",

View File

@ -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
@ -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;'>