diff --git a/README.md b/README.md index 1a756be..d2b0f14 100644 --- a/README.md +++ b/README.md @@ -40,27 +40,27 @@ Copy the `custom_components/ikamand` to your custom_components folder. Reboot Ho - + Entity | Type | Tested | Programmed entity attributes ------ | ---- | ------ | ---------------------------- iKamand | Climate | ✓ | N/A -iKamand Fan | Sensor | ? | N/A -iKamand Pit Probe | Sensor | ? | N/A -iKamand Probe 1 | Sensor | ? | N/A -iKamand Probe 2 | Sensor | ? | N/A -iKamand Probe 3 | Sensor | ? | N/A +iKamand Fan | Sensor | ✓ | N/A +iKamand Pit Probe | Sensor | ✓ | N/A +iKamand Probe 1 | Sensor | ✓ | N/A +iKamand Probe 2 | Sensor | ✓ | N/A +iKamand Probe 3 | Sensor | ✓ | N/A ✓ = Tested and working ? = Not working ## Task List -- [ ] Make the sensors work properly +- [x] Make the sensors work properly - [ ] Bring the ability to configure this custom component via the entries in configuration.yaml -- [ ] Integrate the main ```ikamand``` program to improve connectivity, better error handling and eliminate dependency +- [x] Integrate the main ```ikamand``` program to improve connectivity, better error handling and eliminate dependency ## Inspiration / Credits diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000..1a8c528 Binary files /dev/null and b/images/icon.png differ diff --git a/images/icon@2x.png b/images/icon@2x.png new file mode 100644 index 0000000..9ea1bd2 Binary files /dev/null and b/images/icon@2x.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..13a3a3d Binary files /dev/null and b/images/logo.png differ diff --git a/images/logo@2x.png b/images/logo@2x.png new file mode 100644 index 0000000..e05bd4d Binary files /dev/null and b/images/logo@2x.png differ diff --git a/images/preview_1.png b/images/preview_1.png new file mode 100644 index 0000000..a999c45 Binary files /dev/null and b/images/preview_1.png differ diff --git a/images/preview_2.png b/images/preview_2.png new file mode 100644 index 0000000..870299e Binary files /dev/null and b/images/preview_2.png differ