├── .DS_Store ├── Garage_Door_Controller ├── .DS_Store ├── ESPHome │ └── esphome-garage-door-controller.yaml ├── Images │ ├── HA-Integration.jpeg │ ├── board-and-housing.jpeg │ ├── board-wiring-to-garage-door.jpeg │ ├── finished-preinstallation.jpeg │ ├── garage-door-to-board-wiring.jpeg │ ├── home-dashboard-garage-closed.jpeg │ ├── home-dashboard-garage-open.jpeg │ ├── installed-board-in-housing.jpeg │ └── reed-switch-installed.jpeg ├── LICENSE └── README.md ├── Kitchen_Display ├── ESPHome │ ├── esphome-energy-display-ILI9341.yaml │ ├── esphome-kitchen-display-ILI9488.yaml │ ├── esphome-pico-energy-display.yaml │ ├── font │ │ └── README.md │ └── secrets.yaml ├── Images │ ├── ESPHome-Energy-Display-Photo-v0.1.jpg │ ├── ESPHome-Energy-Display-Photo-v0.2.jpg │ ├── ESPHome-Energy-Display-Photo-v2.jpeg │ └── ESPHome-Pico-Energy-Display-Photo-v0.1.jpeg ├── LICENSE └── README.md ├── LD2410C_MMwave ├── ESPHome │ └── esphome-ld2410c-mmwave.yaml ├── Images │ └── Cuircuit-Diagram-V1.png ├── LICENSE └── README.md ├── LICENSE ├── LPG_Gas_Leak_Sensor ├── .DS_Store ├── ESPHome │ └── lpg_gas_leak_sensor.yaml ├── Images │ ├── ESPHome LPG Gas Leak Sensor.fzz │ ├── ESPHome_LPG_Gas_Leak_Sensor.jpg │ ├── HA_Dashboard.png │ └── Sensor.jpeg ├── LICENSE └── README.md ├── Mopeka_Pro_Check ├── ESPHome │ └── mopeka_pro_check.yaml ├── Images │ └── LPG_Tank_Status.png ├── LICENSE └── README.md ├── README.md ├── Room_Sensor ├── ESPHome │ ├── room_sensor_bluetooth.yaml │ ├── room_sensor_camera.yaml │ └── room_sensor_wifi_only.yaml ├── Fritzing │ └── room_sensor_bluetooth.fzz ├── Images │ └── room_sensor_bluetooth.png ├── LICENSE └── README.md └── Weather_Station ├── .DS_Store ├── ESPHome └── weather_station.yaml ├── Images ├── PCB_View.jpeg ├── Screenshot.png ├── Weather_Station_Assembled.jpeg └── Weather_Station_Labbeled_Assembly.jpeg └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/.DS_Store -------------------------------------------------------------------------------- /Garage_Door_Controller/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/.DS_Store -------------------------------------------------------------------------------- /Garage_Door_Controller/ESPHome/esphome-garage-door-controller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/ESPHome/esphome-garage-door-controller.yaml -------------------------------------------------------------------------------- /Garage_Door_Controller/Images/HA-Integration.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/Images/HA-Integration.jpeg -------------------------------------------------------------------------------- /Garage_Door_Controller/Images/board-and-housing.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/Images/board-and-housing.jpeg -------------------------------------------------------------------------------- /Garage_Door_Controller/Images/board-wiring-to-garage-door.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/Images/board-wiring-to-garage-door.jpeg -------------------------------------------------------------------------------- /Garage_Door_Controller/Images/finished-preinstallation.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/Images/finished-preinstallation.jpeg -------------------------------------------------------------------------------- /Garage_Door_Controller/Images/garage-door-to-board-wiring.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/Images/garage-door-to-board-wiring.jpeg -------------------------------------------------------------------------------- /Garage_Door_Controller/Images/home-dashboard-garage-closed.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/Images/home-dashboard-garage-closed.jpeg -------------------------------------------------------------------------------- /Garage_Door_Controller/Images/home-dashboard-garage-open.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/Images/home-dashboard-garage-open.jpeg -------------------------------------------------------------------------------- /Garage_Door_Controller/Images/installed-board-in-housing.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/Images/installed-board-in-housing.jpeg -------------------------------------------------------------------------------- /Garage_Door_Controller/Images/reed-switch-installed.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/Images/reed-switch-installed.jpeg -------------------------------------------------------------------------------- /Garage_Door_Controller/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/LICENSE -------------------------------------------------------------------------------- /Garage_Door_Controller/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Garage_Door_Controller/README.md -------------------------------------------------------------------------------- /Kitchen_Display/ESPHome/esphome-energy-display-ILI9341.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/ESPHome/esphome-energy-display-ILI9341.yaml -------------------------------------------------------------------------------- /Kitchen_Display/ESPHome/esphome-kitchen-display-ILI9488.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/ESPHome/esphome-kitchen-display-ILI9488.yaml -------------------------------------------------------------------------------- /Kitchen_Display/ESPHome/esphome-pico-energy-display.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/ESPHome/esphome-pico-energy-display.yaml -------------------------------------------------------------------------------- /Kitchen_Display/ESPHome/font/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/ESPHome/font/README.md -------------------------------------------------------------------------------- /Kitchen_Display/ESPHome/secrets.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/ESPHome/secrets.yaml -------------------------------------------------------------------------------- /Kitchen_Display/Images/ESPHome-Energy-Display-Photo-v0.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/Images/ESPHome-Energy-Display-Photo-v0.1.jpg -------------------------------------------------------------------------------- /Kitchen_Display/Images/ESPHome-Energy-Display-Photo-v0.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/Images/ESPHome-Energy-Display-Photo-v0.2.jpg -------------------------------------------------------------------------------- /Kitchen_Display/Images/ESPHome-Energy-Display-Photo-v2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/Images/ESPHome-Energy-Display-Photo-v2.jpeg -------------------------------------------------------------------------------- /Kitchen_Display/Images/ESPHome-Pico-Energy-Display-Photo-v0.1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/Images/ESPHome-Pico-Energy-Display-Photo-v0.1.jpeg -------------------------------------------------------------------------------- /Kitchen_Display/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/LICENSE -------------------------------------------------------------------------------- /Kitchen_Display/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Kitchen_Display/README.md -------------------------------------------------------------------------------- /LD2410C_MMwave/ESPHome/esphome-ld2410c-mmwave.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LD2410C_MMwave/ESPHome/esphome-ld2410c-mmwave.yaml -------------------------------------------------------------------------------- /LD2410C_MMwave/Images/Cuircuit-Diagram-V1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LD2410C_MMwave/Images/Cuircuit-Diagram-V1.png -------------------------------------------------------------------------------- /LD2410C_MMwave/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LD2410C_MMwave/LICENSE -------------------------------------------------------------------------------- /LD2410C_MMwave/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LD2410C_MMwave/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LICENSE -------------------------------------------------------------------------------- /LPG_Gas_Leak_Sensor/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LPG_Gas_Leak_Sensor/.DS_Store -------------------------------------------------------------------------------- /LPG_Gas_Leak_Sensor/ESPHome/lpg_gas_leak_sensor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LPG_Gas_Leak_Sensor/ESPHome/lpg_gas_leak_sensor.yaml -------------------------------------------------------------------------------- /LPG_Gas_Leak_Sensor/Images/ESPHome LPG Gas Leak Sensor.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LPG_Gas_Leak_Sensor/Images/ESPHome LPG Gas Leak Sensor.fzz -------------------------------------------------------------------------------- /LPG_Gas_Leak_Sensor/Images/ESPHome_LPG_Gas_Leak_Sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LPG_Gas_Leak_Sensor/Images/ESPHome_LPG_Gas_Leak_Sensor.jpg -------------------------------------------------------------------------------- /LPG_Gas_Leak_Sensor/Images/HA_Dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LPG_Gas_Leak_Sensor/Images/HA_Dashboard.png -------------------------------------------------------------------------------- /LPG_Gas_Leak_Sensor/Images/Sensor.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LPG_Gas_Leak_Sensor/Images/Sensor.jpeg -------------------------------------------------------------------------------- /LPG_Gas_Leak_Sensor/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LPG_Gas_Leak_Sensor/LICENSE -------------------------------------------------------------------------------- /LPG_Gas_Leak_Sensor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/LPG_Gas_Leak_Sensor/README.md -------------------------------------------------------------------------------- /Mopeka_Pro_Check/ESPHome/mopeka_pro_check.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Mopeka_Pro_Check/ESPHome/mopeka_pro_check.yaml -------------------------------------------------------------------------------- /Mopeka_Pro_Check/Images/LPG_Tank_Status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Mopeka_Pro_Check/Images/LPG_Tank_Status.png -------------------------------------------------------------------------------- /Mopeka_Pro_Check/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Mopeka_Pro_Check/LICENSE -------------------------------------------------------------------------------- /Mopeka_Pro_Check/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Mopeka_Pro_Check/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/README.md -------------------------------------------------------------------------------- /Room_Sensor/ESPHome/room_sensor_bluetooth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Room_Sensor/ESPHome/room_sensor_bluetooth.yaml -------------------------------------------------------------------------------- /Room_Sensor/ESPHome/room_sensor_camera.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Room_Sensor/ESPHome/room_sensor_camera.yaml -------------------------------------------------------------------------------- /Room_Sensor/ESPHome/room_sensor_wifi_only.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Room_Sensor/ESPHome/room_sensor_wifi_only.yaml -------------------------------------------------------------------------------- /Room_Sensor/Fritzing/room_sensor_bluetooth.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Room_Sensor/Fritzing/room_sensor_bluetooth.fzz -------------------------------------------------------------------------------- /Room_Sensor/Images/room_sensor_bluetooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Room_Sensor/Images/room_sensor_bluetooth.png -------------------------------------------------------------------------------- /Room_Sensor/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Room_Sensor/LICENSE -------------------------------------------------------------------------------- /Room_Sensor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Room_Sensor/README.md -------------------------------------------------------------------------------- /Weather_Station/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Weather_Station/.DS_Store -------------------------------------------------------------------------------- /Weather_Station/ESPHome/weather_station.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Weather_Station/ESPHome/weather_station.yaml -------------------------------------------------------------------------------- /Weather_Station/Images/PCB_View.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Weather_Station/Images/PCB_View.jpeg -------------------------------------------------------------------------------- /Weather_Station/Images/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Weather_Station/Images/Screenshot.png -------------------------------------------------------------------------------- /Weather_Station/Images/Weather_Station_Assembled.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Weather_Station/Images/Weather_Station_Assembled.jpeg -------------------------------------------------------------------------------- /Weather_Station/Images/Weather_Station_Labbeled_Assembly.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Weather_Station/Images/Weather_Station_Labbeled_Assembly.jpeg -------------------------------------------------------------------------------- /Weather_Station/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pascal-parent/esphome/HEAD/Weather_Station/README.md --------------------------------------------------------------------------------