-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Powerfull and quiet options do not show up #300
Comments
This seems to be correct.. ? You can change ECO for QUITE in the settings. @sockless-coding i would like to ask if you can make a Button for ECO like Nanoe has? |
How is this correct that when I activate the switch, the options disappear? |
@cleveHEX did you restart HA after changed the setting? |
Yes, I did restart home assistant. |
@cleveHEX what language are you running HA in? Does it happen to be Czech? |
Yes, it is, I have tried updating the lang file, but no luck. |
That is probably the reason... {
"config": {
"step": {
"user": {
"title": "Panasonic Comfort Cloud",
"description": "Zadejte vaše Panasonic ID a heslo",
"data": {
"username": "Panasonic ID",
"password": "Heslo"
}
}
},
"abort": {
"device_timeout": "Vypršel čas pro připojení k zařízení.",
"device_fail": "Neočekávaná chyba při vytváření zařízení.",
"already_configured": "Zařízení je již nastavené"
}
},
"options": {
"step": {
"init": {
"data": {
"force_outside_sensor": "Vynutit povolení venkovního teploměru",
"enable_daily_energy_sensor": "Povolit měření denní energie (vyžaduje restart)"
}
}
}
},
"entity": {
"climate": {
"climate": {
"state_attributes": {
"preset_mode": {
"state": {
"+8/15": "+8/15°C",
"none": "None",
"quiet": "Quiet",
"powerful": "Powerful"
}
},
"swing_mode": {
"state": {
"Auto": "Auto",
"Up": "Top",
"UpMid": "Mid-top",
"Mid": "Middle",
"DownMid": "Mid-bottom",
"Down": "Bottom",
"Swing": "Swing"
}
},
"fan_mode": {
"state": {
"Auto": "Auto",
"Low": "Low",
"LowMid": "Medium-Low",
"Mid": "Medium",
"HighMid": "Medium-High",
"High": "High"
}
}
}
}
}
}
} |
This did not fix it, I have tried already by #304 , still the same |
So then it's not related to the language, what else could it be? |
Have you tried the "reload resources" feature in HA? It might just be the front end... |
Hi there! This issue has been marked as stale due to inactivity. If you believe this is still relevant, please let us know. Otherwise, it will be closed soon. |
Still didn't solve |
@cleveHEX, there must be something with your setup that is not working 100% |
The eco mode does show up, but when I switch in settings, it does not show up, my remote does not have eco, but quiet and powerful are, so I guess I should use them:
The text was updated successfully, but these errors were encountered: