diff --git a/public/images/infrared-proxy.png b/public/images/infrared-proxy.png new file mode 100644 index 0000000..e04d2cf Binary files /dev/null and b/public/images/infrared-proxy.png differ diff --git a/tools.js b/tools.js index 19521a7..1ca1c56 100644 --- a/tools.js +++ b/tools.js @@ -53,6 +53,14 @@ export const tools = [ image: '/images/empty-esphome.png', url: 'https://esphome.io/projects/index.html?type=empty', }, + { + slug: 'infrared-proxy', + title: 'Infrared Proxy', + description: + 'Create a device to allow Home Assistant to control infrared devices.', + image: '/images/infrared-proxy.png', + url: 'https://esphome.io/projects/index.html?type=irrf', + }, { slug: 'improv', title: 'Improv Wi-Fi',