├── README.md ├── esphome ├── nspanel-mf.yaml └── readme.md ├── hmi-compiled ├── hmi.tft └── readme.md ├── hmi-project ├── hmi0.HMI └── readme.md ├── photo-lights.png ├── screenshot-alarm.png ├── screenshot-boot.png ├── screenshot-ha-sensors.png ├── screenshot-home.png └── screenshot-music.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/README.md -------------------------------------------------------------------------------- /esphome/nspanel-mf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/esphome/nspanel-mf.yaml -------------------------------------------------------------------------------- /esphome/readme.md: -------------------------------------------------------------------------------- 1 | ## ESPHome configuration file 2 | -------------------------------------------------------------------------------- /hmi-compiled/hmi.tft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/hmi-compiled/hmi.tft -------------------------------------------------------------------------------- /hmi-compiled/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/hmi-compiled/readme.md -------------------------------------------------------------------------------- /hmi-project/hmi0.HMI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/hmi-project/hmi0.HMI -------------------------------------------------------------------------------- /hmi-project/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/hmi-project/readme.md -------------------------------------------------------------------------------- /photo-lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/photo-lights.png -------------------------------------------------------------------------------- /screenshot-alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/screenshot-alarm.png -------------------------------------------------------------------------------- /screenshot-boot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/screenshot-boot.png -------------------------------------------------------------------------------- /screenshot-ha-sensors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/screenshot-ha-sensors.png -------------------------------------------------------------------------------- /screenshot-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/screenshot-home.png -------------------------------------------------------------------------------- /screenshot-music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcfager/nspanel-mf/HEAD/screenshot-music.png --------------------------------------------------------------------------------