adonno / tagreader

Simple to build/use NFC tag reader, specially created for Home Assistant
https://adonno.com
GNU General Public License v3.0
1.13k stars 175 forks source link

:wrench: Changed restore_state to restore_mode #247

Closed dvandonkelaar closed 11 months ago

dvandonkelaar commented 11 months ago

As changed in https://github.com/esphome/esphome/pull/5106

ghost commented 11 months ago

Wouldn't restore_mode: RESTORE_DEFAULT_ON for led_enabled make more sense?

dvandonkelaar commented 11 months ago

restore_mode: RESTORE_DEFAULT_ON makes more sense indeed. This is changed now.

adonno commented 11 months ago

thanks for the fix