From 0da9bcec325028a7c80f5e08093a7ed934c0047f Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:29:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f9025c..d24634f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To control your air conditioner and get feedback you need a univeral infrared re 4. Create a [binary_sensor](https://github.com/hxcde/make-dumb-ac-smart/blob/a3aee4818590ab5310621d7640286f65e2a27881/make_dumb_ac_smart#L28) that detects if the device is on or off based on the energy consumption. 5. Now create a [switch](https://github.com/hxcde/make-dumb-ac-smart/blob/a3aee4818590ab5310621d7640286f65e2a27881/make_dumb_ac_smart#L16) consisting of the [binary_sensor](https://github.com/hxcde/make-dumb-ac-smart/blob/a3aee4818590ab5310621d7640286f65e2a27881/make_dumb_ac_smart#L28) and the [remote.send_command script](https://github.com/hxcde/make-dumb-ac-smart/blob/a3aee4818590ab5310621d7640286f65e2a27881/make_dumb_ac_smart#L6). This can switch the air conditioner, and can detect its state. 6. Last, a [generic_thermostat](https://github.com/hxcde/make-dumb-ac-smart/blob/a3aee4818590ab5310621d7640286f65e2a27881/make_dumb_ac_smart#L38) must be created. To do this, enter the switch entity and the temperature sensor entity in the config. All the settings can be found [here](https://www.home-assistant.io/integrations/generic_thermostat/). -7. To add it to Homekit, just add it to the [homekit config](https://github.com/hxcde/myhassconfigs/blob/adef80644e38d652a4d81ddd885fea02e7198bbe/makethingssmart/ac/make_dumb_ac_smart#L54). +7. To add it to Homekit, just add it to the [homekit config](https://github.com/hxcde/make-dumb-ac-smart/blob/a3aee4818590ab5310621d7640286f65e2a27881/make_dumb_ac_smart#L54). ### Pictures: ![smart_ac](https://user-images.githubusercontent.com/30338980/182379836-adff2fdc-9d22-4c71-b47b-2cfce0b6c779.png)