Giter VIP home page Giter VIP logo

lovelace-ios-dark-mode-theme's People

Contributors

basnijholt avatar chrisaljoudi avatar dcs8 avatar gurutasker avatar isaac-lee-mort avatar lejoui avatar mikalauskas avatar notabene01 avatar rogerselwyn avatar tis avatar wrt54g avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lovelace-ios-dark-mode-theme's Issues

original media player is orange

Dear all,

I really love this theme.
I switched to the new original media player (not mini-custom)
I like the look when something is playing.
Problem is, when in idle the player shows orange.
Is there a way to change this?

Schermafbeelding 2020-04-21 om 11 00 11

Background image doesn't fill page

Good morning, just discovered these themes and love them.

One thing I have seen though is I am left with a border (The width of the header / footer) at the bottom of the screen on my 1920x1200 display.

If I enable split mode in Custom Header this goes away as it is filled by the footer (It also goes away if I move the header to the bottom but then can't scroll in certain menus).

Screenshot 2020-01-30 at 06 53 37

Any ideas what I might be doing wrong please?

No background image

Followed the steps on installation and used HACS to install but still unable to see the background image. Same for manual installation

fix disabled-text-color

It sets the background of
image
which is good.

But it also sets the Update button of a HACS installed theme to this color when unavailable:
image

Does anyone know how to change the color in css for a paper-button disabled, like this one (the grey text indicated by the arrow) I found thes issues: PolymerElements/paper-icon-button#74 and Polymer/polymer#3205 and I am not sure if it is related. It's for my theme: https://github.com/basnijholt/lovelace-ios-dark-mode-theme/tree/master/backgrounds

Wrong colors with vertical-stack-in-card

I use vertical-stack-in-card to join glance and entities cards. Your theme colors are wrong with that configuration. There is difference between title background color and card background color. And the color of the gap between glance and entities card is wrong.

         - type: custom:vertical-stack-in-card
            title: "Sypialnia"
            cards:
              - type: glance
                show_name: false
                entities:
                  - sensor.temperature_sypialnia
                  - sensor.humidity_sypialnia
                  - sensor.illumination_sypialnia
              - type: entities
                style: |
                  .card-content {
                    padding-top: 0px;
                  }
                show_header_toggle: false
                entities:
                  - binary_sensor.window_sypialnia
                  - binary_sensor.balcony_door_sypialnia
                  - entity: binary_sensor.motion_sypialnia
                    secondary_info: last-changed
                  - climate.thermostat_sypialnia
                  - light.lightstrip_sypialnia
                  - switch.christmas_lights_sypialnia

image

Light buttons don't toggle colour

Hi,

Just wanted to check if there will be a fix for entity buttons changing colour? When in default theme they change from blue to yellow for when they are on, however, in the iOS theme, they just stay white.

WIll there be an update to make them change colour?

I created two cards to demonstrate, one with switches and one with the entity button. The switch shows on, but the entity isn't changing colour

image

By the way, this is my favourite theme and looks great on a tablet.

SQL error: "Data too long for column 'event_data' at row 1" with recorder

Get the following error:

Error executing query: (MySQLdb._exceptions.DataError) (1406, "Data too long for column 'event_data' at row 1") [SQL: INSERT INTO events (event_type, event_data, origin, time_fired, created, context_id, context_user_id) VALUES (%s, %s, %s, %s, %s, %s, %s)] [parameters: ('themes_updated', '{"themes": {"ios-dark-mode": {"background-image": "center / cover no-repeat fixed url(\'data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4QBMRXhpZg ... (556738 characters truncated) ... -font-display3_-_font-weight": "500", "mini-media-player-base-color": "white", "mini-media-player-icon-color": "white"}}, "default_theme": "default"}', 'LOCAL', datetime.datetime(2019, 11, 19, 21, 27, 13, 58131, tzinfo=<UTC>), datetime.datetime(2019, 11, 19, 21, 29, 16, 933604), 'e823a74ee94e4ad68236cbe4e5c43f6f', None)] (Background on this error at: http://sqlalche.me/e/9h9h)

Looks like the background image is encoded as text.

gauge card color

Hi,
redefine label-badge-red on the theme change red color also for gauge card.

Thanks
Alessandro

Error in Home Assistant -

Hi,

Amazing theme! Everything works as it should except the custom backgrounds feature, I can't get any of the 4 to load. I'm following this method: https://github.com/basnijholt/lovelace-ios-dark-mode-theme/tree/master/backgrounds

Getting this error in Home Assistant:

Error loading /config/configuration.yaml: while parsing a block mapping
  in "/config/themes/ios-dark-mode.yaml", line 7, column 3
expected <block end>, but found '<scalar>'
  in "/config/themes/ios-dark-mode.yaml", line 7, column 76143

Colors unreadable in History Cards

Hello,
I'd like to raise an issue with colours of History Card. The grid and device labels are very dark almost unreadable (marked on screenshots below).
Can you update them to some bright colours?

Regards,

history-card1
history-card2

No background change

Hi, i changed background from default to homekit-bg-4.css-base64 in ios-dark-mode.yaml, but home assistant keep default background, I cleaned the cache and reloaded the page but nothing.

Change primary color

Hi,
I have changed primary color but, on Android, if I add the Chrome Page on Home screen I have an orange bar at the top.
Do you know how I can change it ?

Thanks

Update readme cch to custom_header:

Since cch was replaced with Custom Header, step 4 needs to be updated from cch to custom_header.

Edit, clock didn't work either so I have updated code to fix.

Change

cch:
  background: rgba(155, 155, 155, 0.25)
  clock_format: 24
  options: clock
  swipe_animate: fade
  swipe_prevent_default: true

to

custom_header:
  background: 'rgba(155, 155, 155, 0.25)'
  swipe_animate: fade
  swipe_prevent_default: true
  compact_mode: true
  button_text:
    options: '{{ hours12 }}:{{ minutesLZ }}'

Not working over remote connection

The theme looks great and works as advertised when connected locally, but over the remote ui (nabu casa) connection it doesn’t show. Is this maybe because of directory permissions?

problem of theme in HASSIO 0.107.6

Hi,
I have Home Assistant 0.107.6 with your plugin installed via HACS:

Schermata 2020-03-25 alle 22 46 16

and I obtained this result:

Schermata 2020-03-25 alle 22 45 55

but I'm not able to obtain result reported on your wiki:

Schermata 2020-03-25 alle 22 47 26

how I can do it?

no longer in HACS?

hi

it seems I am not able to locate this theme in HACS - community store's plugins section search on "ios" does not yield any results. have you removed the integration?

regards,
Pavel

New View

Hi
When i add a new view bg color dosen´t follow ? How to add this. Works flawless in the first view

Icon color doesn't represent the state

Within most cards (tested just with light and glance) the icons doesn't change their color to representate their status.

in the default theme a light (who is off) is colored in blueish tint. as activated it turn to yellowish. this does not happen in iosdarkmode - the light icons stays white. espacially in dark mode this behaviour would be very nice.

Opacity is a bit too much, changable in settings?

Love these themes, they look absolutely amazing, but in my opinion the opacity is too much and clashes sometimes. When I open up an entity for finer control (for example, I click on a light entity's icon to see the pop-up menu, so I can change brightness), the text regularly clashes with the background and it's hard to read sometimes.

The fix is super simple: just a little bit less opacity would fix it. But since I installed this through HACS, I feel like if I manually change these, it'll get reset the next time an update comes out for these themes.

Is there a way to toggle a global opacity for all your themes (which are great) so that it won't be reset in future updates?

Problem with changing background

I want to change the background from green to homekit-bg-4.css-base64.
In the readme it says replace the line but im unsure of which part of the line im supposed to replace. Havent figured it out yet, can you clairfy for me? Love the theme

Some text & icon black in Supervisor - hard to read

I have noticed in the Supervisor tab there is black text & icon on a dark background making it hard to read. Not sure if it is also in other locations.

eg: the text displaying which version is available in the below screenshot, also the icon

image

Enhancement: app header background color

This might be a personal flavour but I noticed that the app header background color is light gray.

image2
changing the app header background color to the same background color of the sidebar menu looks better in my opinion.
image1
What do you think?

Wrong severity color

When using default theme, the severity colors are correct.
But in ios dark theme, they don't show the correct colors (12-13 / 13-14 / 18-19 should be red, not orange)
Udklip
Udklip2_2

iPhone HA App top bar color

Hi,
great theme, thanks for making it!
I have a question regarding the top bar color on iPhone HA app. Should it be orange as well, or it's not possible change?

IMG_3534

Suggetstion: add all 4 backgrounds to theme file with different names

Add all 4 background files to them to be able to use them simultaneously on different Lovelace tabs.

Something like this
background-image: "center / cover no-repeat fixed url('data:image/jpeg;base6....
background-image-r: "center / cover no-repeat fixed url('data:image/jpeg;bas....
background-image-g: "center / cover no-repeat fixed url('data:image/jpeg;bas....
background-image-b: "center / cover no-repeat fixed url('data:image/jpeg;bas.....

state-icon-active-color not working for entities of type switch

I modified the settings for state-icon-active-color so that the icons will be yellow when active but i have noticed that this only works for my entities of type = light. Entities of type = switch do not change colors at all. Just as an FYI, I only use lutron caseta light switches. Thanks for all the work, I really like the way this theme looks.

Configurator Add-On & Hass.io Tab in screenshots?

Good morning,

Not really an issue so sorry if there is a better place to ask this.

Is it Possible to get your dark and light themes to work on the Configurator Add-On and also how do I get the hass.io tab as seen in your second Overview screenshot please (It looks great)?

Already installed when I try to install

Hi,

I get this message even if I have uninstalled when I try to reinstall:

/config/themes/ios-dark-mode/ios-dark-mode.yaml already exists
Doing this will overwrite it.
Are you sure you want to continue?

Have checked if I still have the file but I'm not. Not a big deal just curious why? Some logs or history need to be deleted?

I'm on Ubuntu 16.04 with HA in Docker container version 108.3

No background

Is it only for me the background image isn't shown up in the gui? I check the inspect in chrome and the background is there as

--background-image: center / cover no-repeat fixed url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4QBMRXhpZgAATU0AKgAAAAgA…48SQAE4dmOH+rAAsbCNgAEbCNgALw49EOHHou4ADhx6PuOHHoABeHYcIAFgJVAAqXjVIAAH//Z);

And if I right-click and "show in new tab" the image is loaded correctly. But Its not shown up in home assistant. Any ideas?

Anyway, a VERY nice them!

Rounding the plant-status

The plant-status can contain an image (via customize) However, when it does have an image the top corners aren't rounded (the bottom is).

As a test I've added border-top-left-radius: 20px (and right) to .has-plant-image .banner in the console which makes the borders nicely rounded.

Not sure if this theme can alter this or whether this requires a change in the HASS Frontend to get be able to apply themes to it.

Quickfix via card-mod:

    style: |
      .banner {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
      }

Would be nice though to be able to do this without other plugins ;-)

No Token text

Hi, if I use this theme I can't see the text inside the Token box.
token

How can I solve it?
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.