Skip to content

Commit

Permalink
Merge pull request #426 from athombv/feat/socket-allowed-virtual
Browse files Browse the repository at this point in the history
feat(device-classes): add `allowedVirtual` classes to `socket`
  • Loading branch information
RobinBol authored Jul 10, 2024
2 parents f91aae9 + d0b5e3f commit a84cc58
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/device/classes/airconditioning.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": {
"en": "Airconditioning"
"en": "Air Conditioner"
},
"description": {
"en": "Use this device class for airconditioners, either portable or split type units."
Expand Down
26 changes: 24 additions & 2 deletions assets/device/classes/socket.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,28 @@
"coffeemachine",
"kettle",
"tv",
"solarpanel"
"solarpanel",
"airconditioning",
"airfryer",
"boiler",
"cooktop",
"dishwasher",
"dryer",
"evcharger",
"freezer",
"fridge",
"fridge_and_freezer",
"fryer",
"grill",
"heatpump",
"mediaplayer",
"microwave",
"multicooker",
"networkrouter",
"oven",
"washer",
"washer_and_dryer",
"waterpurifier",
"oven_and_microwave"
]
}
}
2 changes: 1 addition & 1 deletion assets/device/classes/washer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": {
"en": "Washer"
"en": "Washing Machine"
},
"description": {
"en": "Use this device class for washing machines, if it is a combination washer/dryer use 'washer_and_dryer'."
Expand Down

0 comments on commit a84cc58

Please sign in to comment.